how to give transparency to JComboBox,JList and JTable
Answer Posted / sushma
setContainer(Image.NULL)
and then use,
setOpaque(false)
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the swing components?
How is parsing html used in swing?
How do you swing an applet?
Explain the difference between swing and jsf.
Is there any heavyweight component in swings?
What are the different components that are used to show a container?
Why are swings considered lightweight?
What is layout in java swing?
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
What is swing package in java?
Why does JComponent have add() and remove() methods but Component does not?
What is difference between swing and awt?
What are the components of java swing?
What is the use of double buffering in swings?
What are the advantages of swing over awt?