Help topics (F1)
Launches this file, the Hotpad documentation. If the Hotpad is launched from a batch file/shell script, you will be asked to locate the index.html page and it will be saved in the current configuration profile.
Show class documentation (F2)
Allows you to enter a Java class name to look up in the documentation file specified in the configuration profile. If the package containing the class has been imported, the package does not need to be specified. (eg. If java.awt.* has been imported, you can simply enter Frame, otherwise, you must put java.awt.Frame). Using JDK 1.1 documentation, the method name can be placed after the class name, separated by #, to go directly to that method (eg. java.awt.Frame#getTitle).
Show method documentation (CTRL-F2)
Causes Hotpad to attempt to figure out which method you are looking for help on based on cursor position. For best results, the insertion caret should be placed somewhere in the method name.
About Hotpad
Shows basic information about Hotpad