However, one of the advantages of using UltraEdit over simpler editors is that it allows you to automatically execute DOS commands. You can configure UltraEdit so that the menu contains the DOS commands you are interested in executing.
2) Type javac "%n%e" in Command Line text field.
3) Type javac in Menu Item Name text field.
4) Click Output to List Box, and Capture Output check box.
5) Click Insert button to insert the javac command.
2) Type java "%n" in Command Line text field.
3) Type java in Menu Item Name text field.
4) Click Output to List Box, and Capture Output check box.
5) Click Insert button to insert the javac command.
2) Type appletviewer "%n%e" in Command Line text field.
3) Type appletviewer in Menu Item Name text field.
4) Click Output to List Box check box.
5) Click Insert button to insert the javac command.
2) Choose Advanced|javac to compile it.
2) Choose Advanced|java to run it.
2) Choose Advanced|appletviewer to start the applet.
1) Choose Configuration command from Advanced Menu.
2) Select General Menu. Click Auto Indent check box to set up auto-indent.
3) Select Tab/Word Wrap Menu. Change the Tab Stop value or number of spaces to use in place of tabs from 8 to 4.
4) Select Syntax Highlighting menu. Select Java from the Color Selection to set up the syntax color for Java program.