I want to fill a Pane with dynamically created Checkboxes. I read this tutorial about Nodes however not clear enough.
So inside a form, there is a GridPane to split screen become Top, Middle and Bottom part (did that nicely).
In midle part, there is AnchorPane (obviously), and inside it there is Accordion.
In this Accordion, i want to dynamically create TitledPanes (for grouping checkboxes), and inside it, I want to insert a GridPane again (to make checkboxes arranged beautifully), and then a checkbox inside each cells.
Also I want to know how to gather checked checkboxes from software. Seems my experiences on VB .NET is not same in this case.
Any example on doing it ? I think I supposedly do it by Node property, however no example found to make clear understanding.
Hopefully B4J masters can help me.
Regards,
Rudy Darmawan.
So inside a form, there is a GridPane to split screen become Top, Middle and Bottom part (did that nicely).
In midle part, there is AnchorPane (obviously), and inside it there is Accordion.
In this Accordion, i want to dynamically create TitledPanes (for grouping checkboxes), and inside it, I want to insert a GridPane again (to make checkboxes arranged beautifully), and then a checkbox inside each cells.
Also I want to know how to gather checked checkboxes from software. Seems my experiences on VB .NET is not same in this case.
Any example on doing it ? I think I supposedly do it by Node property, however no example found to make clear understanding.
Hopefully B4J masters can help me.
Regards,
Rudy Darmawan.