Skip to content

Instantly share code, notes, and snippets.

@bitsmuggler
Created March 3, 2016 11:41
Show Gist options
  • Save bitsmuggler/03a5b4d19692976986df to your computer and use it in GitHub Desktop.
Save bitsmuggler/03a5b4d19692976986df to your computer and use it in GitHub Desktop.
Code-Snippet für das Auswerten des Status eines RadioButtons
private JRadioButton radioButtonOption1;
if(this.radioButtonOption1.isSelected()) {
//Radio Button mit der Option 1 ist selektiert.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment