Example usage for Java javax.swing JApplet fields, constructors, methods, implement or subclass
The text is from its open source code.
JApplet() Creates a swing applet instance. |
Container | getContentPane() Returns the contentPane object for this applet. |
void | init() Called by the browser or applet viewer to inform this applet that it has been loaded into the system. |
void | setLayout(LayoutManager manager) Sets the LayoutManager . |
void | start() Called by the browser or applet viewer to inform this applet that it should start its execution. |