YSNotepadFX is a simple Notepad JavaFX application.
This project developed with Java(JDK 21), JavaFX(OpenJFX) and Maven.
Maven must be installed to run this application.
If you have maven execute the below command to run.
mvn javafx:run
You can use the following commands to generate a Jar file.
mvn package
java -jar target\YSNotepadFX.jar
- i18n support,
portable support with single .jar file,- performance
This project is licensed under the MIT License. See the LICENSE file for details
Created by Yusuf Sezer