jdk/src/share/classes/javax/swing/BorderFactory.java
changeset 25201 4adc75e0c4e5
parent 23010 6dadb192ad81
equal deleted inserted replaced
25200:360a141ded8f 25201:4adc75e0c4e5
    38  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.htmll">How
    38  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.htmll">How
    39  to Use Borders</a>,
    39  to Use Borders</a>,
    40  * a section in <em>The Java Tutorial</em>.
    40  * a section in <em>The Java Tutorial</em>.
    41  *
    41  *
    42  * @author David Kloba
    42  * @author David Kloba
       
    43  * @since 1.2
    43  */
    44  */
    44 public class BorderFactory
    45 public class BorderFactory
    45 {
    46 {
    46 
    47 
    47     /** Don't let anyone instantiate this class */
    48     /** Don't let anyone instantiate this class */