how to give transparency to JComboBox,JList and JTable
Answer Posted / 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 |
Post New Answer View All Answers
How to render an html page using only swing.
Why swings are used in java?
What is the difference between swing and awt in java?
What is the relationship between clipping and repainting?
What are the benefits if Swing over AWT?
Why are swing components called lightweight components?
Why should the implementation of any swing callback (like a listener) execute quickly?
How to perform action on button in java swing?
What is the design pattern that java uses for all swing components ?
What is swing?
What is swing control in java?
What is swing container?
How is parsing html used in swing?
What is an event handler in swing?
What is difference between jframe and swing?