Im using Netbeans 8.1 with Scene builder 2.0.
Im working with a GUI of Menues and tables, textfields and charts. When selecting a Menu item, a group of objects will be shown. When selecting another Menu item another group of objects will be shown. I tried to group the objects and call it from FXMLController.java but that didnt work. And there is another problem with this: I cant fit all groups into the same AnchorPane, it will be a mess.
So should I use different Anchorpanes for every group of objects and call the actual anchorpane when the Menu item is selected?
Thanks