src/share/classes/javax/swing/SpringLayout.java

Print this page

        

*** 34,44 **** import java.util.*; /** * A <code>SpringLayout</code> lays out the children of its associated container * according to a set of constraints. ! * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a> * in <em>The Java Tutorial</em> for examples of using * <code>SpringLayout</code>. * * <p> * Each constraint, --- 34,44 ---- import java.util.*; /** * A <code>SpringLayout</code> lays out the children of its associated container * according to a set of constraints. ! * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html">How to Use SpringLayout</a> * in <em>The Java Tutorial</em> for examples of using * <code>SpringLayout</code>. * * <p> * Each constraint,