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 |
What is import javax swing jframe?
Explain the difference between jfc & wfc.
What are the advantages of java swing over angular?
Who created the swing?
What is difference between swing and awt?
what is difference between checked and unchecked exception plz explain examples ?
What is java awt and swing?
Why should the implementation of any swing callback (like a listener) execute quickly?
What is jpanel in java swing with example?
What are heavy weight components ?
What is swing framework in java?
What is java swing components?