- Word Wraping
- Open file
- Read file
- Save file
- 3_Theme
- LightMode
- DarkMode
- HackerTheme
- Line Number
javac --release 8 -d ./out FastNoteApp.java
jar -cvfm FastNoteApp.jar MANIFEST.MF -C out .
java -jar FastNoteApp.jar
Supported by Java1.8 and +
added build process automation.
!note you must be in the project directory to compile and build
.\build.bat
.\FastNoteApp.bat
paste the FastNoteApp.jar and FastNoteApp.bat in a directory and add the environment variable to that path.