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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java212 private static final int PARTIALLY_OBSCURED = 1; field in class:JComponent
5240 * obscures the Component or PARTIALLY_OBSCURED if the Comonent is
5258 if (retValue == PARTIALLY_OBSCURED) {
5279 retValue = PARTIALLY_OBSCURED;

Completed in 1062 milliseconds