how to give transparency to JComboBox,JList and JTable
Answers were Sorted based on User's Feedback
Answer / priya gupta
or more graphically u can use
means it will give nice looks
setContainer(Image.NULL)
and then use,
setOpaque(false)
then,
setWindowAdversity(new WindowAdversity(255,255,255))
all the best!!!!!!
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / naveen
setContainer(Image.NULL)
and then use,
setOpaque(false)
then,
setWindowAdversity(new WindowAdversity(255,255,255))
all the best!!!!!!
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sushma
setContainer(Image.NULL)
and then use,
setOpaque(false)
| Is This Answer Correct ? | 1 Yes | 5 No |
Why are swing components called lightweight components?
What is pane in swing?
What is jlabel java swing?
Difference between AWT and Swing compenents?
Is swing still used in java?
Why swings are used in java?
What is swing package in java?
What is the purpose of action interface in swing?
How to create a swing gui in java?
What are swings awt?
what do u mean by GUI framework
what is difference between checked and unchecked exception plz explain examples ?