src/java.desktop/share/classes/javax/swing/BorderFactory.java

Print this page

        

*** 50,60 **** } //// LineBorder /////////////////////////////////////////////////////////////// /** ! * Creates a line border withe the specified color. * * @param color a <code>Color</code> to use for the line * @return the <code>Border</code> object */ public static Border createLineBorder(Color color) { --- 50,60 ---- } //// LineBorder /////////////////////////////////////////////////////////////// /** ! * Creates a line border with the specified color. * * @param color a <code>Color</code> to use for the line * @return the <code>Border</code> object */ public static Border createLineBorder(Color color) {