> Ah yes, I can just change which component is currently on top so it receives > events. As long as changing this Z order is doable dynamically.
It most certainly is. :-) > Also, can each stacked component have its own transparency amount? Where do I > adjust this per component, also dynamically if possible? Some components support a background color style, which you could set to a color with an alpha channel. Alternatively, you can attach a FadeDecorator to any component to apply a transparency to the component as a whole. G
