I am working in a JTabbedPane inside of a JFrame. I have a jRadioButton that I need when selected to activate/enable two jSpinner controls that select date & time. I cannot find a reference for how this should be completed and this is not a school project.
I need the jSpinner to be disabled while jRadioButton is clear and enabled while selected. The jRadioButton is part of a ButtonGroup of two buttons. The other jRadioButton when enabled will open a jTextField to enter data.
Any help or links to documentation will be helpful. Everything I have found so far doesn't describe how to link these two.
Thanks