Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/BoxLayout.java
          +++ new/src/share/classes/javax/swing/BoxLayout.java
↓ open down ↓ 108 lines elided ↑ open up ↑
 109  109   * right and it means the right edge of the component otherwise.
 110  110   * <p>
 111  111   * Instead of using BoxLayout directly, many programs use the Box class.
 112  112   * The Box class is a lightweight container that uses a BoxLayout.
 113  113   * It also provides handy methods to help you use BoxLayout well.
 114  114   * Adding components to multiple nested boxes is a powerful way to get
 115  115   * the arrangement you want.
 116  116   * <p>
 117  117   * For further information and examples see
 118  118   * <a
 119      - href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
      119 + href="https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
 120  120   * a section in <em>The Java Tutorial.</em>
 121  121   * <p>
 122  122   * <strong>Warning:</strong>
 123  123   * Serialized objects of this class will not be compatible with
 124  124   * future Swing releases. The current serialization support is
 125  125   * appropriate for short term storage or RMI between applications running
 126  126   * the same version of Swing.  As of 1.4, support for long term storage
 127  127   * of all JavaBeans&trade;
 128  128   * has been added to the <code>java.beans</code> package.
 129  129   * Please see {@link java.beans.XMLEncoder}.
↓ open down ↓ 410 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX