|
-
September 26th, 2011, 02:24 AM
#16
Re: Help with ActionListener?
 Originally Posted by Norm
Good example for action listener from oracle... Nice one...
-
September 26th, 2011, 12:43 PM
#17
Re: Help with ActionListener?
You said to put the .addActionListener(this) line into the constructor, but when I do that the line is highlighted because the constructor doesn't implement ActionListener,
Sorry my mistake, the line
Add the AnswerBox.addActionListener(this); line to the line after the line which assigns a JTextField to AnswerBox.
Should have said:
Add the AnswerBox.addActionListener(new keyEvents()); line to the line after the line which assigns a JTextField to AnswerBox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|