jdk/src/share/classes/javax/swing/plaf/nimbus/LoweredBorder.java
changeset 21278 ef8a3a2a72f2
parent 8988 a4ce9022541e
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    62     }
    62     }
    63 
    63 
    64     /**
    64     /**
    65      * Actually performs the painting operation. Subclasses must implement this
    65      * Actually performs the painting operation. Subclasses must implement this
    66      * method. The graphics object passed may represent the actual surface being
    66      * method. The graphics object passed may represent the actual surface being
    67      * rendererd to, or it may be an intermediate buffer. It has also been
    67      * rendered to, or it may be an intermediate buffer. It has also been
    68      * pre-translated. Simply render the component as if it were located at 0, 0
    68      * pre-translated. Simply render the component as if it were located at 0, 0
    69      * and had a width of <code>width</code> and a height of
    69      * and had a width of <code>width</code> and a height of
    70      * <code>height</code>. For performance reasons, you may want to read the
    70      * <code>height</code>. For performance reasons, you may want to read the
    71      * clip from the Graphics2D object and only render within that space.
    71      * clip from the Graphics2D object and only render within that space.
    72      *
    72      *