|
|
What do you can with Java editor.
edit java code ( move or copy marked text by dragging, search for text, cut, copy, paste, undo, autoindent and "smart tabs" modes ...)
compile code
jump in to error row/column
launch application
create HTML template for applet
run applet
Note: you must have installed Java 2 SDK. Java editor uses Java SDK's compiler, interpreter and applet viewer.
|
Main window
Load, edit and save Java code.
Compile. Syntax errors are listed in Errors list. Double click error to move editor's cursor to error position.
You can view compiler's output at DOS output window.
Press "Run" or "Run applet" buttons to view result.
Create HTML template for your applet from : Menu/Code/Create HTML/
Options window
Set java SDK directory; compiler, interpreter and applet viewer command line parameters
Editor font; Autoindent, smart tabs modes
HTML template for applets
Project specific options; Application command line and Applet HTML file
|
|