Skip to content

andy-goryachev/AppFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Framework

Provides a convenient base for JavaFX applications.

Features

  • remembers locations of windows and user selection
  • demonstrates basic common UI paradigms (list/table with attached detail view, etc.)
  • provides a common icons generator
  • runtime stylesheet generator

This is pretty much work in progress, so don't even think of using it in production. The APIs will definitely change.

screenshot

Example

Example application: AppFrameworkDemoApp.java

Main application window: MainWindow.java

Software Requirements

Requires JDK 21+ with JavaFX 21+.

License

This project and its source code is licensed under the Apache License 2.0 and you should feel free to make adaptations of this work. Please see the included LICENSE file for further details.

Releases

No releases published

Packages

No packages published

Languages