Quick generate HTML
Creates HTML source with the APPLET CODE tag containing your current filename as a .class file The applet has WIDTH and HEIGHT parameters 400.
Generate HTML
Same as above, but allows the title of the page, width, and height to be specified.
Method list
All (F10)
Shows all the methods in the current file.
Public only (F9)
Shows all public methods in the current file.
Nonpublic only (F8)
Shows all nonpublic methods in the current file.
Selecting the method name will cause the editing window to go to the line containing the method.