jdk/src/share/classes/javax/swing/Painter.java
changeset 21982 fd6e5fe509df
parent 9222 7d19f2c40915
child 23010 6dadb192ad81
equal deleted inserted replaced
21981:48b31d370bc9 21982:fd6e5fe509df
    52  *         g.setColor(c.getBackground());
    52  *         g.setColor(c.getBackground());
    53  *         //and so forth
    53  *         //and so forth
    54  *     }
    54  *     }
    55  * }
    55  * }
    56  * }
    56  * }
    57  * </pre></p>
    57  * </pre>
    58  *
    58  *
    59  * <p>This interface makes no guarantees of threadsafety.</p>
    59  * <p>This interface makes no guarantees of threadsafety.</p>
    60  *
    60  *
    61  * @author rbair
    61  * @author rbair
    62  */
    62  */