--- old/src/share/classes/javax/swing/JLayeredPane.java 2014-01-09 11:49:50.000000000 -0800 +++ new/src/share/classes/javax/swing/JLayeredPane.java 2014-01-09 11:49:50.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -58,20 +58,20 @@ * layers makes it easy to ensure that components overlap properly, * without having to worry about specifying numbers for specific depths: *
- *
DEFAULT_LAYER
+ *
DEFAULT_LAYER
*
The standard layer, where most components go. This the bottommost * layer. - *
PALETTE_LAYER
+ *
PALETTE_LAYER
*
The palette layer sits over the default layer. Useful for floating * toolbars and palettes, so they can be positioned above other components. - *
MODAL_LAYER
+ *
MODAL_LAYER
*
The layer used for modal dialogs. They will appear on top of any * toolbars, palettes, or standard components in the container. - *
POPUP_LAYER
+ *
POPUP_LAYER
*
The popup layer displays above dialogs. That way, the popup windows * associated with combo boxes, tooltips, and other help text will appear * above the component, palette, or dialog that generated them. - *
DRAG_LAYER
+ *
DRAG_LAYER
*
When dragging a component, reassigning it to the drag layer ensures * that it is positioned over every other component in the container. When * finished dragging, it can be reassigned to its normal layer.