Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faeq-f/javafx-minimalnavexample

An example of navigating between scenes in JavaFX. Reuses the initial stage & tries to maintain MVC with a seperation for JavaFX controllers & logical (app) controllers.
https://github.com/faeq-f/javafx-minimalnavexample

javafx javafx-gui maven mvc mvc-architecture mvc-pattern

Last synced: 26 days ago
JSON representation

An example of navigating between scenes in JavaFX. Reuses the initial stage & tries to maintain MVC with a seperation for JavaFX controllers & logical (app) controllers.

Awesome Lists containing this project

README

        

# Minimal Navigation example
An example of navigating between scenes in JavaFX.

Reuses the initial stage & tries to maintain MVC with a seperation for JavaFX controllers & logical (app) controllers.