Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple text editor made using Java Swing and jdk-11.0.11

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages