JColorChooser
Hello everybody,
I m working on bug fixing.
In one of my bug if i click on a JButton then a panel gets opened in which i have options of selecting Red,Green, Blue and "transparency".
When i select appropriate color and give transparency as 0% then the color as shown in the preview gets displayed in the button.
But if i increase the transparency i do not get the color as displayed in the preview.
I m using "JColorChooser" to select colors.
In order to set color(background) on the button i have set the opaque property of button as true.I doubt whether this is affecting transparency,pls let me know if opaque property does affect transparency.
Is there any command that may help?
pls help:(
|