how to give transparency to JComboBox,JList and JTable
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / sushma
setContainer(Image.NULL)
and then use,
setOpaque(false)
| Is This Answer Correct ? | 1 Yes | 5 No |
When we should go for codebase in applet?
What are the advantage of swing over awt?
What method is used to specify a container's layout?
What is the difference between swing and awt in java?
What are the advantages of swing?
What is swing used for?
what do u mean by GUI framework
What is java swing package?
What is swing package in java?
What are the two key features of swing?
What is difference between jframe and swing?
What is jpanel in java swing with example?