A simple Java library that helps you to comfortably create JavaFX applications, based on the MVP pattern.
- Lightweight library with minimal dependencies ("sl4j-api" and "classgraph")
- MVP like component separation
- Lightweight dependency injection mechanism
- Theme manager to support different themes and colors
It is recommended to read the documentation in the following order.
- You need a Java 21 JDK to use this library (it is highly recommended to use the Bellsoft Liberica JDK,
- which already includes JavaFX)
Just clone this repository and run the Maven "install" target locally.