Searched refs:DEFAULT_LAYER (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLayeredPane.java61 * <DT><FONT SIZE="2">DEFAULT_LAYER</FONT></DT>
96 * layeredPane.add(child, JLayeredPane.DEFAULT_LAYER);
160 public final static Integer DEFAULT_LAYER = new Integer(0); field in class:JLayeredPane
312 return DEFAULT_LAYER.intValue();
398 return DEFAULT_LAYER.intValue();
613 layerObj = DEFAULT_LAYER;

Completed in 23 milliseconds