Skip to content

A lightweight JavaFX GUI library based on the MVP pattern.

License

Notifications You must be signed in to change notification settings

zeront4e/easy-javafx-gui

Repository files navigation

easy-javafx-gui

A simple Java library that helps you to comfortably create JavaFX applications, based on the MVP pattern.

Features 📦

  • 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

Documentation 📒

It is recommended to read the documentation in the following order.

Requirements ☑️

  • You need a Java 21 JDK to use this library (it is highly recommended to use the Bellsoft Liberica JDK,
  • which already includes JavaFX)

Installation 🔨

Just clone this repository and run the Maven "install" target locally.