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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java45 * <code>JSplitPane</code> is used to divide two (and only two)
50 * Information on using <code>JSplitPane</code> is in
57 * <code>JSplitPane.HORIZONTAL_SPLIT</code>, or top to bottom using
58 * <code>JSplitPane.VERTICAL_SPLIT</code>.
63 * <code>JSplitPane</code>.
101 public class JSplitPane extends JComponent implements Accessible class in inherits:JComponent,Accessible
244 * Creates a new <code>JSplitPane</code> configured to arrange the child
247 public JSplitPane() { method in class:JSplitPane
248 this(JSplitPane.HORIZONTAL_SPLIT,
256 * Creates a new <code>JSplitPane</cod
265 public JSplitPane(int newOrientation) { method in class:JSplitPane
283 public JSplitPane(int newOrientation, method in class:JSplitPane
306 public JSplitPane(int newOrientation, method in class:JSplitPane
336 public JSplitPane(int newOrientation, method in class:JSplitPane
[all...]

Completed in 31 milliseconds