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
How to link two forms in java swing?
Why swing components are called lightweight components?
What are the components of java swing?
What is swing components in java?
What is swing framework in java?
What is swing container?
How do you swing an applet?
What is the design pattern that java uses for all swing components ?
What is java swing used for?
What do you mean by java swing?
Which window contains the swing controls?
What is Java Swing?
What is the difference between applications and applets?
Explain how to render an html page using only swing.
Which method is used for setting security in applets?