Hi Guys,
Does anyone know how to get an Action Listener to open a new content pane or
change the contents of the current one when a menu item or button is
selected?
Tom
klynn47@comcast.net - 04 Feb 2005 22:25 GMT
It depends on what your ActionListener is. If you are using an applet
that implements ActionListener, then it is an ActionListener, and
actionPerformed is an instance method of the applet