Re: make swing JRadioButton unchangeable
solved it in another way but have another question still=)
when a textfield is setEnabled(false) in java it changes color to ligthblue, and the color becomes unchangeable. (setForeground dosnt work)
i want the textfield to have a more "readable" color. so i search for eigther a way to change the color OR a way to make the unaccesible for the user without using any of the Enabled or setEnabled commands.
Thx
|