An open API service indexing awesome lists of open source software.

https://github.com/almasb/fx-mvc

An ultra lightweight library to simplify javafx MVC application design
https://github.com/almasb/fx-mvc

Last synced: about 1 year ago
JSON representation

An ultra lightweight library to simplify javafx MVC application design

Awesome Lists containing this project

README

          

# fx-mvc
An ultra lightweight framework to simplify JavaFX MVC application design.

## Principles

This framework is driven to support:

1. Same instance of the model from multiple controllers.
2. Easy navigation between multiple views.
3. Easy access to the model and the view from the controller.