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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java264 * If <code>paintingChild</code> is opaque, no need to paint
265 * any child components after <code>paintingChild</code>.
268 transient Component paintingChild; field in class:JComponent
807 if (paintingChild != null &&
808 (paintingChild instanceof JComponent) &&
809 paintingChild.isOpaque()) {
811 if (getComponent(i) == paintingChild){
5006 void setPaintingChild(Component paintingChild) { argument
5007 this.paintingChild = paintingChild;
[all...]

Completed in 43 milliseconds