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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJavaThreadsPanel.java113 private int dividerLocation = -1; field in class:JavaThreadsPanel.ThreadPanel
173 if (dividerLocation == -1) {
176 dividerLocation = pSize.height / 2;
180 splitPane.setDividerLocation(dividerLocation);
186 dividerLocation = splitPane.getDividerLocation();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java181 * Bound property for the dividerLocation.
184 public final static String DIVIDER_LOCATION_PROPERTY = "dividerLocation";
240 private int dividerLocation; field in class:JSplitPane
342 dividerLocation = -1;
808 int oldValue = dividerLocation;
810 dividerLocation = location;
836 return dividerLocation;

Completed in 46 milliseconds