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

/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java86 static public final int ABOVE_TOP = 1; field in class:TitledBorder
254 case ABOVE_TOP:
358 case ABOVE_TOP:
479 case ABOVE_TOP:
546 if ((position != ABOVE_TOP) && (position != BELOW_BOTTOM)) {
584 case ABOVE_TOP:
619 case TitledBorder.ABOVE_TOP:
645 if (s.equalsIgnoreCase("ABOVE_TOP")) {
646 return ABOVE_TOP;

Completed in 54 milliseconds