|
What is the name of the method that receives
A good answer might be:actionPerformed( ActionEvent e ) | |
Review of |
|
Usually the registered ActionListener is the same object
as the container that holds the Button.
Usually this is an object who's class inherits from the AWT Frame class.
(In other words, you define a class based on Frame that contains a Button
and is also a listener.)
Could a frame hold two buttons?
Click Here after you have answered the question