Debugging 101: Put some system.out.println()'s throughout the actionPerformed() method, and all methods it calls. check to make sure all variables have the proper values, and that it even enters certain methods.
By the way, what are you doing with these lines:
Numtemp = displayN.getText();
Base = displayB.getText();
If those are used in the coorisponding methods called, I would suggest passing them as parameters instead.
Reputation Points: 113
Solved Threads: 19
Postaholic
Offline 2,108 posts
since Jun 2004