A
AJ
I have a program that has several JToggleButtons.
I would like half of these to have one color, and the other half to
have another color.
The problem is, when I modify the UIManager with:
"UIManager.put("ToggleButton.select", Color.green)"
it molests all the buttons, even those that I had already tried to
manage with a different UIManager before.
Basically, what I am asking is if their is a way to have multiple
UIManagers for two different JToggleButtons in the same program.
Thanks!
AJ
I would like half of these to have one color, and the other half to
have another color.
The problem is, when I modify the UIManager with:
"UIManager.put("ToggleButton.select", Color.green)"
it molests all the buttons, even those that I had already tried to
manage with a different UIManager before.
Basically, what I am asking is if their is a way to have multiple
UIManagers for two different JToggleButtons in the same program.
Thanks!
AJ