Menu Example (JDK1.1)
(My attempts to use Java menu's in an Applet)
by Michael Thomas
(Tutorial Home Page)
(Under Construction -
doesn't work yet)
- The source.
- Here is the problem with Menu's and Applets (JDK1.1 AWT). The
problem was corrected with JDK 1.2.
- setMenuBar() is not implemented in java.applet.Applet or it's super classes.
- setMenuBar() exists in java.awt.Frame, however you cannot add a java.awt.Frame
to an Applet container. Compiler says: Cannot add a window to a container.