Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 780 Bytes

File metadata and controls

21 lines (20 loc) · 780 Bytes

WhiteSpaceTextEditor

Simple text editor made using Java Swing and jdk-11.0.11

Instructions:

To download, press green code button on main page, and then Download ZIP.
Extract folder, then head to src\textEditor, and run using following command:
java TEMain.java

P.S. For easier run, you can make a .bat file if you are using Windows.
To do this, create a text file in "src\textEditor" containing the following text:
java TEMain.java $1
Or if using a jar file,
java -jar TEMain.jar $1
Then save file, and change extension to ".bat". File MUST be in "src\textEditor" folder.
If you would like it in another folder, create a shortcut, then double click file or shurtcut to run.