Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 835 Bytes

File metadata and controls

15 lines (11 loc) · 835 Bytes

Java-Editor

You just need JDK installed on your system and you are ready to dive into the editor I built. Suggestions for improvement are welcome.

#Working of the editor

Java-Editor is a simple editor to edit ,compile and run java code and is also designed using Java. The MyEditor.java file is used to initialize the gui for editor . The DoEvent.java file links the events occuring on the gui to the work that is to be performed on each event. The file Working.java defines the functions which would be executed when the appropriate event linked with it occurs. The file Utilities.java is used to set the look and feel of the editor according to the operating system on which the editor is run. The MyEditor.jar file contains the working version of the editor. The folder images stores the icons used for creating the gui.