Introduction to OOP | Chapter 21: Software Frameworks : | next | previous | audio | real | text |
init() | Invoked whe the applet is initialized |
start() | Invoked th start the application |
paint(Graphics) | Invoked to repaint the window |
stop() | Invoked when the applet is halted |
destroy | Invoked when the applet is terminated |
Lots of other classes for constructing buttons and menus, and so on.