Hi, I have more than 10 JRDO buttons and there are some properties that are common in all, so instead of writing, these properties are once used on every radio button, once what is the method of setting everyone at once?
I want to set all the radio buttons for:
radiButtonName.setOpaque (wrong); RadiButtonName.setContentAreaFilled (wrong); RadiButtonName.setBorderPainted (wrong); RadiButtonName.setBorder (zero);
I tried to use the UINNager but it is doing strange work and it does not support all of my properties.
I would like to avoid creating additional squares and expand the radio button because I would like to apply this technique to other techniques to reduce code written, this will reduce the code very much in advance Thank you :)