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

/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java84 static public final int DEFAULT_POSITION = 0; field in class:TitledBorder
134 this(null, title, LEADING, DEFAULT_POSITION, null, null);
144 this(border, "", LEADING, DEFAULT_POSITION, null, null);
155 this(border, title, LEADING, DEFAULT_POSITION, null, null);
485 case DEFAULT_POSITION:
633 if (position != DEFAULT_POSITION) {

Completed in 97 milliseconds