Listening on ButtonGroup for "child" changes, and print selected JRadioButton's text

Viewed 17011

What I want to is: Create an event that fires if the a JRadioButton contained in the ButtonGroup is selected, and then print the text there is on the JRadioButton.

1 Answers
Related