fujaba / fulibFx

A framework for JavaFX applications that is designed for MVC pattern projects.
https://fujaba.github.io/fulibFx/
MIT License
2 stars 0 forks source link

docs: Add a tutorial about data flow between controllers #112

Closed LeStegii closed 4 months ago

LeStegii commented 4 months ago

Data Flow Tutorial

This PR adds a new tutorial containing information about sending data between two or more controllers. The tutorial compiles different ways of sending information as well as best/bad practices.

General