Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 899 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 899 Bytes

#Simple Java Text Editor

This is a simple text editor (notepad) written in Java. It also features a search engine.

If you use the executable file "notepad.jar" and that it does not run, you can type "java -jar /your_notepad_directory/notepad.jar" in your terminal.

Example Java Text Editor

##AUTHOR

Base Application

Pierre-Henry SORIA

Modifications and Improvements

Achintha Gunasekara

http://www.achinthagunasekara.com

##CONTACT

Pierre-Henry SORIA: pierrehs@hotmail.com

Achintha Gunasekara: contact@achinthagunasekara.com

##LICENSE

Apache License, Version 2.0 or later; See the license.txt file in the "NotePad" folder.

Demo

Download the Jar file and double click to run

Or run java -jar SimpleJavaTextEditor.jar from the command line

##Important

icons directory and it's files must be present on the path when running the application