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 does JComponent have add() and remove() methods but Component does not?
What is pane in swing?
Explain the difference between swing and jsf.
What are swing components in java?
Is swing thread-safe?
What are the different types of layout managers used in swing?
What are the features of JFC?
Why swing is used in java?
What is java swing package?
How to reload a jframe in java swing?
What is the base class for all swing components?
What is the function of internal frame in swing?