Skip to content

A simple editor to edit , compile and run java code.

Notifications You must be signed in to change notification settings

abhi4890/Java-Editor

Repository files navigation

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.

About

A simple editor to edit , compile and run java code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages