how to give transparency to JComboBox,JList and JTable
Answer Posted / 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 |
Post New Answer View All Answers
When we should go for codebase in applet?
What is an event in Swing?
Is swing an adjective?
Can a class be it?s own event handler? Explain how to implement this?
What is jpanel in java swing with example?
What are the advantages of swing over awt?
What is a component in swing?
How does accessibility works in swings?
What is event in java swing?
What is an event handler in swing?
Why are swing components called lightweight components?
What is sling swing?
How to move from one page to another in java swing?
What is an event and what are the models available for event handling?
What are the differences between Swing and AWT?