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
- Host: GitHub
- URL: https://github.com/almasb/fx-mvc
- Owner: AlmasB
- License: mit
- Created: 2019-11-18T09:55:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T13:22:48.000Z (about 6 years ago)
- Last Synced: 2025-02-09T07:35:58.411Z (over 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.