Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.05 KB

YSNotepadFX

YSNotepadFX is a simple Notepad JavaFX application.

This project developed with Java(JDK 21), JavaFX(OpenJFX) and Maven.

How to run

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

Screenshot

Whats Next

  • i18n support,
  • portable support with single .jar file,
  • performance

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer