Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/Box.java
          +++ new/src/share/classes/javax/swing/Box.java
↓ open down ↓ 52 lines elided ↑ open up ↑
  53   53   * If you need a fixed amount of space between two components,
  54   54   * try using a strut
  55   55   * (<code>createHorizontalStrut</code> or <code>createVerticalStrut</code>).
  56   56   * If you need an invisible component
  57   57   * that always takes up the same amount of space,
  58   58   * get it by invoking <code>createRigidArea</code>.
  59   59   * <p>
  60   60   * If you are implementing a <code>BoxLayout</code> you
  61   61   * can find further information and examples in
  62   62   * <a
  63      - href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
       63 + href="https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
  64   64   * a section in <em>The Java Tutorial.</em>
  65   65   * <p>
  66   66   * <strong>Warning:</strong>
  67   67   * Serialized objects of this class will not be compatible with
  68   68   * future Swing releases. The current serialization support is
  69   69   * appropriate for short term storage or RMI between applications running
  70   70   * the same version of Swing.  As of 1.4, support for long term storage
  71   71   * of all JavaBeans&trade;
  72   72   * has been added to the <code>java.beans</code> package.
  73   73   * Please see {@link java.beans.XMLEncoder}.
↓ open down ↓ 368 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX