Constant | Description |
FRAME_CONTENT_LAYER | Level -30,000 for holding the menu bar and content pane; not normally used by developers |
DEFAULT_LAYER | Level 0 for the normal component level |
PALETTE_LAYER | Level 100 for holding floating toolbars |
MODAL_LAYER | Level 200 for holding pop-up dialog boxes, on top of palettes, and below pop-ups |
POPUP_LAYER | Level 300 for holding pop-up menus and tooltips |
DRAG_LAYER | Level 400 for ensuring that dragged objects remain on top |
14.52.JLayeredPane | ||||
14.52.1. | JLayeredPane Layer Constants | |||
14.52.2. | Implement buttons at different layers | |||
14.52.3. | The JLayeredPane serves as the main component container of a JRootPane. | |||
14.52.4. | Moves an image of Duke around within a layered pane in response to mouse motion events. |