QUESTION:
How do I move from one scene to the next and pass the data from another class to the getter-setter class so I can re-use the same data in other scenes??
SIMPLEST REQUEST :
Please point me to more detailed documentation on how to move data from the observable list of one class to the getter-setter class.
I am okay with the controls and the nodes etc, but I need documentation on switching scenes, preferably without using FXML b/c the current software eco-sphere is quite big without introducing more, but will use FXML if I cannot code the scene- views in JavaFX.
Message was edited by: achana
The codes have been removed b/c at this stage, they are not relevant, I just need a pointer to documentation that will help me understand navigating the scenes and passing data from one scene to the nextr, preferably using the ol getter-setter.