Table of Contents |
Before You Ship that Applet
How to make your applet ready for the world. Besides the absolutely essential things mentioned in Before You Ship that Applet, you should also:
- implement getAppletInfo()
- parameterize your applet as much as possible, so its users can customize it without needing to change the source code
Table of Contents |