Editor Window
Editor Window provides a Java-oriented editor environment. It
consists of a Menu Bar, a
Button Bar, an
Editor Text Panel, and a Footer Bar.
On Editor Window, users can
-
Edit a Java program or a text file. WingEditor will color
the Java keywords, Java primitive types (int, boolean ...),
Java constants, and Java comments. Users can select their own
favorite colors. Besides, users can also select text fonts,
background color, and tab size (
View Menu).
-
Open a Project Window for an
existing project, or create a new project.
-
Compile the current file, and when it fails, open an error-browser
window for browsing the error context.
-
Track methods location in the current file
(Goto Menu).
-
Auto-indentate the current file based on Java-grammer
(Util Menu).
-
Invoke WingDis decompiler if it exists.
-
Execute another Java-program.