Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 813 Bytes

README.md

File metadata and controls

39 lines (18 loc) · 813 Bytes

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 23+ with JavaFX 23+.

License

This project and its source code is licensed under the BSD 2-Clause "Simplified" License.