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?
How are Swing and AWT be differentiated?
What is import javax swing jframe?
Which package is needed for swing components?
What is jpanel in java swing with example?
What is swing gui?
Why swing is better than awt?
What is the difference between AWT & Swing?
21 Answers BeBo Technologies, Deshaw, TCS,
What is actionlistener in java swing?
What is the use of double buffering in swings?
What are the two key features of swing?
Why are swing components called lightweight?