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

/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java101 static public final int DEFAULT_JUSTIFICATION = 0; field in class:TitledBorder
500 case DEFAULT_JUSTIFICATION:
669 if ((justification == LEADING) || (justification == DEFAULT_JUSTIFICATION)) {

Completed in 32 milliseconds