Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/SpringLayout.java
          +++ new/src/share/classes/javax/swing/SpringLayout.java
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  import java.awt.Dimension;
  30   30  import java.awt.FontMetrics;
  31   31  import java.awt.Insets;
  32   32  import java.awt.LayoutManager2;
  33   33  import java.awt.Rectangle;
  34   34  import java.util.*;
  35   35  
  36   36  /**
  37   37   * A <code>SpringLayout</code> lays out the children of its associated container
  38   38   * according to a set of constraints.
  39      - * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a>
       39 + * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a>
  40   40   * in <em>The Java Tutorial</em> for examples of using
  41   41   * <code>SpringLayout</code>.
  42   42   *
  43   43   * <p>
  44   44   * Each constraint,
  45   45   * represented by a <code>Spring</code> object,
  46   46   * controls the vertical or horizontal distance
  47   47   * between two component edges.
  48   48   * The edges can belong to
  49   49   * any child of the container,
↓ open down ↓ 1184 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX