Hello,
I need code to place in the action of a timer to switch selection among JRadioButtons.
Something that goes like this:
When the timer expires:
if JRadioButton1 is selected , deselect it, and select the next one.
if the last one is selected , select the first and so on....
Please note: The number of JRadioButtons is unknown and therefore will be only known after querying the database.
Thanks.