Computer Science Canada "Calculator" Issues |
Author: | aDevildog [ Wed Jan 16, 2008 4:57 pm ] | ||||
Post subject: | "Calculator" Issues | ||||
Hi there. I've unfortunately got a terrible computer teacher (I doubt he knows anything besides outputting to the screen). Everything we've "learned" is from tutorials from the internet. Its been a troublesome semester to go from having my Turring Teacher an actuall user of it outside of school, and knew what she was doing, to this guy. For my culminating project, I decided to throw together a Calculator (Similar to the one that comes with Windows). So using my notes, I get started. I've got this so far, however when I run it the following lines give me some errors.
Just wondering if anyone can point me in the correct direction? I had a simpler version of this running that just added a 1. I edited it, took out most of the stuff, and this error started to happen, and I have not a clue why
|
Author: | OneOffDriveByPoster [ Wed Jan 16, 2008 5:57 pm ] |
Post subject: | Re: "Calculator" Issues |
Might help if your mainFrame was a JFrame. |
Author: | aDevildog [ Wed Jan 16, 2008 6:37 pm ] |
Post subject: | Re: "Calculator" Issues |
OneOffDriveByPoster @ Wed Jan 16, 2008 5:57 pm wrote: Might help if your mainFrame was a JFrame.
Haha, I've got it working now ![]() |