jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/SynthBorder.java
changeset 37698 4d798c873df0
parent 25859 3317bb8137f4
equal deleted inserted replaced
37697:9bdfdb90249b 37698:4d798c873df0
    59             assert false: "SynthBorder is being used outside after the UI " +
    59             assert false: "SynthBorder is being used outside after the UI " +
    60                           "has been uninstalled";
    60                           "has been uninstalled";
    61             return;
    61             return;
    62         }
    62         }
    63         ui.paintBorder(context, g, x, y, width, height);
    63         ui.paintBorder(context, g, x, y, width, height);
    64         context.dispose();
       
    65     }
    64     }
    66 
    65 
    67     /**
    66     /**
    68      * Reinitializes the insets parameter with this Border's current Insets.
    67      * Reinitializes the insets parameter with this Border's current Insets.
    69      * @param c the component for which this border insets value applies
    68      * @param c the component for which this border insets value applies