I M P
I
- init() -
Method in class MyApplet
- Called by the browser or applet viewer to inform this Applet that it
has been loaded into the system.
M
- MyApplet - class MyApplet.
- Write a description of the applet class MyApplet here.
- MyApplet() -
Constructor for class MyApplet
-
P
- paint(Graphics) -
Method in class MyApplet
- This may be the most important method in your applet: Here, the
drawing of the applet gets done.
I M P
Generated by BlueJ