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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java191 * This method returns <code>newC</code>. If <code>oldC</code> is
195 * @param oldC the <code>Component</code> to replace
199 protected Component addSingletonComponent(Component oldC, Component newC) argument
201 if ((oldC != null) && (oldC != newC)) {
202 oldC.getParent().remove(oldC);

Completed in 31 milliseconds