Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Working with panels/groups of objects

3250595Jun 14 2016 — edited Jun 14 2016

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

Comments

Post Details

Added on Jun 14 2016
0 comments
511 views