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 |
Why swings are used in java?
Which method of the Component class is used to set the position and size of a component?
What is java swing components?
What is difference between awt and swing?
What is the what is the difference between invokeandwait() and invokelater()? ?
What is swing and its features in java?
What are all the components used in Swing?
What is the use of jfc in java swing?
How to print in java swing application?
What is import javax swing?
Which types of components are used in designing swing based gui?
What is a swing application?