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 |
Which layout does swing use by default?
What is the mean of swing?
Is swing an api?
How is parsing html used in swing?
How can you draw using Swing components?
What is swing in java javatpoint?
What does x mean in javax.swing?
How to add calendar in java swing using eclipse?
What is layout in java swing?
Why swing is better than awt?
What is frame in java swing?
What is content pane in swing?