Conventions Used In This Document


The following conventions are used in the text:

"Press ENTER" means that you should press the Enter or Return key on your keyboard. Keys like F5 and F9 refer to those function keys (also sometimes labeled PF5 and PF9). "CTRL" refers to the Control key. A set of keystrokes joined with "+", like CTRL+F9, means you should press the first key (here, CTRL), hold it down, and press the second key (here, F9).

In listed source or command line code, lines indented from the previous ones should be entered on the same line when typed into the Editor window or console. For example, the following should all be typed as one line:

 C:\jdk1.2.2\jre\bin\java -jar "C:\Program 
Files\Forte4J\modules\openfile.jar" -port 2121 "C:\My 
Development\com\mycom\Foo.java"

Contents Prev Next Index