Simple-Java-Text-Editor

:memo: PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto-completion, Nice Image Buttons for better UX, etc.

View the Project on GitHub

Simple Java Text Editor

PH NotePad is a simple and light text editor (notepad) written in Java.

Programming Java Text Editor

Example Java Text Editor

AUTHOR

Pierre-Henry Soria

Contributors 🏅

CONTACT

DEMO

Download the Jar file and double click to run

Or run java -jar SimpleJavaTextEditor.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 ../SimpleJavaTextEditor.jar simplejavatexteditor/*.class

Important

Icons directory and its files must be present on the path when running the application (so you will have to move “icons/” into “src/” directory)

LICENSE

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