jdk/src/share/classes/javax/swing/JSplitPane.java
changeset 20455 f6f9a0c2796b
parent 20157 cafca01a8e28
child 20458 f2423fb3fd19
equal deleted inserted replaced
20454:d332fc10731f 20455:f6f9a0c2796b
    47  * are graphically divided based on the look and feel
    47  * are graphically divided based on the look and feel
    48  * implementation, and the two <code>Component</code>s can then be
    48  * implementation, and the two <code>Component</code>s can then be
    49  * interactively resized by the user.
    49  * interactively resized by the user.
    50  * Information on using <code>JSplitPane</code> is in
    50  * Information on using <code>JSplitPane</code> is in
    51  * <a
    51  * <a
    52  href="http://java.sun.com/docs/books/tutorial/uiswing/components/splitpane.html">How to Use Split Panes</a> in
    52  href="http://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html">How to Use Split Panes</a> in
    53  * <em>The Java Tutorial</em>.
    53  * <em>The Java Tutorial</em>.
    54  * <p>
    54  * <p>
    55  * The two <code>Component</code>s in a split pane can be aligned
    55  * The two <code>Component</code>s in a split pane can be aligned
    56  * left to right using
    56  * left to right using
    57  * <code>JSplitPane.HORIZONTAL_SPLIT</code>, or top to bottom using
    57  * <code>JSplitPane.HORIZONTAL_SPLIT</code>, or top to bottom using