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
Which is better swing or awt?
Which types of components are used in designing swing based gui?
What are the advantages of swing?
Is swing an api?
What is swing container?
What is an on stage swing?
What is swing in java with example?
What is the function of abstractaction class?
Can a class be it?s own event handler? Explain how to implement this?
Why are swing components called lightweight?
What are the two key features of swing?
Why does JComponent have add() and remove() methods but Component does not?
What is import javax swing?
What is the relationship between clipping and repainting?
What are the advantages of the event-delegation model over the event-inheritance model?