The LAYEREDPANE component arranges two or more contained components one on top of the other.

Please note: only the top area is the one that is able to receive events from the user - the areas below are not reachable for user input.

Typical use case: simple scenarios in which some passive background content is overlayed with active foreground components.

There is a similar but more flexible component OVERLAYAREA. Use this component for all scenarios in which both background and foreground components are active.