java - How to set RadioButton in ToggleGroup to true? -


i have togglegroup of radiobuttons this

@fxml private static togglegroup loglevels; 

can me how set radiobutton group false or true? there method getselectedtoggle() dont know how set radiobutton true.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -