Searched defs:JLayeredPane (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLayeredPane.java38 * <code>JLayeredPane</code> adds depth to a JFC/Swing container,
50 * <P ALIGN="CENTER"><IMG SRC="doc-files/JLayeredPane-1.gif"
56 * For convenience, <code>JLayeredPane</code> divides the depth-range
79 * The <code>JLayeredPane</code> methods <code>moveToFront(Component)</code>,
85 * <code>JLayeredPane</code> manages its list of children like
96 * layeredPane.add(child, JLayeredPane.DEFAULT_LAYER);
102 * on the <code>JLayeredPane</code> that is the parent of component. The layer
157 public class JLayeredPane extends JComponent implements Accessible { class in inherits:JComponent,Accessible
187 /** Create a new JLayeredPane */
188 public JLayeredPane() { method in class:JLayeredPane
[all...]

Completed in 29 milliseconds