jdk/src/java.desktop/share/classes/javax/swing/BorderFactory.java
changeset 38986 5b96e2b155eb
parent 32865 f9cb6e427f9e
equal deleted inserted replaced
38985:2c576be3968c 38986:5b96e2b155eb
    50     }
    50     }
    51 
    51 
    52 
    52 
    53 //// LineBorder ///////////////////////////////////////////////////////////////
    53 //// LineBorder ///////////////////////////////////////////////////////////////
    54     /**
    54     /**
    55      * Creates a line border withe the specified color.
    55      * Creates a line border with the specified color.
    56      *
    56      *
    57      * @param color  a <code>Color</code> to use for the line
    57      * @param color  a <code>Color</code> to use for the line
    58      * @return the <code>Border</code> object
    58      * @return the <code>Border</code> object
    59      */
    59      */
    60     public static Border createLineBorder(Color color) {
    60     public static Border createLineBorder(Color color) {