public class MenuBar
extends java.lang.Object
implements java.lang.Runnable, java.awt.event.ActionListener
Constructor and Description |
---|
MenuBar() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
This handles the action for the File/Open event, and demonstrates
the implementation of an ActionListener.
|
static void |
main(java.lang.String[] args) |
void |
run() |
public static void main(java.lang.String[] args)
public void run()
run
in interface java.lang.Runnable
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed
in interface java.awt.event.ActionListener