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

/openjdk7/jdk/test/javax/swing/border/
H A DTest4247606.java48 border.setTitlePosition(TitledBorder.BELOW_BOTTOM);
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java96 static public final int BELOW_BOTTOM = 6; field in class:TitledBorder
286 case BELOW_BOTTOM:
379 case BELOW_BOTTOM:
484 case BELOW_BOTTOM:
546 if ((position != ABOVE_TOP) && (position != BELOW_BOTTOM)) {
600 case BELOW_BOTTOM:
625 case TitledBorder.BELOW_BOTTOM:
660 if (s.equalsIgnoreCase("BELOW_BOTTOM")) {
661 return BELOW_BOTTOM;
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java522 TitledBorder.CENTER, TitledBorder.BELOW_BOTTOM,

Completed in 63 milliseconds