Skip to content

yusufsefasezer/YSNotepadFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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