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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java211 private static final int NOT_OBSCURED = 0; field in class:JComponent
5085 case NOT_OBSCURED:
5238 * @return NOT_OBSCURED if non of the siblings above the Component obscure
5245 int retValue = NOT_OBSCURED;
5274 else if (retValue == NOT_OBSCURED &&

Completed in 42 milliseconds