radio - JavaFX: Is there a way to have automatically synchronized nodes across panes? -


i'm migrating elements single pane tabs , 3 dimensional set of radio buttons should otherwise in same state.

it's nonissue update them in pairs, programmatically, wondering if there way states fundamentally linked, or if there event fired when setselected called, or of sort.

also, i'm using fxml, have notion of using same id's possibly allow this?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -