It is a simple and light text editor (notepad) written in Java.
- Created with Java Swing
- Background and Font Color of text area can be changed
Let's look at the structure of the my Notepad application
Download the Jar file and double click to run
Or run java -jar TextEditor.jar
from the command line
You can also generate easily a new jar file with the following command when you are in src/ directory jar cmvf ../manifest.mf ../textEditor.jar textEditor/*.class