How to make the panel Transparent..........

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wajedali
    New Member
    • Dec 2007
    • 7

    How to make the panel Transparent..........

    Hi, I want to add the transprent Jpanel on to the Jpanel,
    i had tried with glassPane but setGlassPane(pn ); metod is applicable for frame only.

    Plz give me solution.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by wajedali
    Hi, I want to add the transprent Jpanel on to the Jpanel,
    i had tried with glassPane but setGlassPane(pn ); metod is applicable for frame only.

    Plz give me solution.
    Have a look at the JComponent.setO paque(boolean opaque) method.

    kind regards,

    Jos

    Comment

    Working...