Re: Making a panel and its contents transparent
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 27 Feb 2007 23:24:02 -0800
On Feb 28, 5:23 am, "Kaish" <siriainjohn...@xxxxxxxxx> wrote:
...
I'm coding an app that draws a little circle every time a user clicks
the mouse. This is fine and working. However, I want to be able to
toggle all the circles between visible and invisible.
The best way I can think of is to create one big panel and put all my
other panels containing their components inside it, then make a
checkbox that sets that big panel's opacity to false. I do this, but
the panel remains exactly the same.
I thought it might have been a repaint() problem, so I tried making
the panel not opaque at initialization, but all the components inside
still remain visible.
Am I missing something obvious?
The Opacity of the panel does not apply
to things inside it, only things *behind*
it.
Andrew T.
.
- References:
- Making a panel and its contents transparent
- From: Kaish
- Making a panel and its contents transparent
- Prev by Date: help with properties class
- Next by Date: Re: Access Data Inside JAR
- Previous by thread: Making a panel and its contents transparent
- Next by thread: Re: Unable to Include Images in the HTML file
- Index(es):
Relevant Pages
|
|