Public base of SmartEditor - a text editor built using Java. Installation:
- Get .jar file from: https://github.com/JC-ProgJava/SmartEditor/blob/master/SmartEditor/SmartEditor/SmartEditor.jar?raw=true
- Double-click on jar to run.
If error occurs, please run from command prompt/terminal:
(Windows):
cd *directory of jar file*
java -jar SmartEditor.jar
(Mac/Linux):
cd *directory of jar file*
java -jar SmartEditor.jar