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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java596 * <code>newLastLocation</code>.
598 * @param newLastLocation an integer specifying the last divider location
605 public void setLastDividerLocation(int newLastLocation) { argument
608 lastDividerLocation = newLastLocation;
610 newLastLocation);

Completed in 40 milliseconds