Inspired by Windows 10 Notepad, but dark-themed
- For Windows, you can install JNotepad.exe as a standalone application
- To run the Jar, make sure you have Java 17 or later installed
- You can run the application with
java -jar JNotepad-<<version>>.jar
- Modern look thanks to _ Flatlaf_
- Great package of functions
- Entirely built with JDK 17.0.1 using the Swing API
- Under each menu are function that control an aspect of the application
File
allows to interact with the file systemEdit
is useful when writing to save timeFormat
displays the text in a preferred wayHelp
links to both the original repository, and to this forked repository