jdk/src/share/classes/java/awt/MediaTracker.java
changeset 23276 add6f5c93bc6
parent 23256 d71287a532f8
parent 22260 c9185e010e03
child 24865 09b1d992ca72
child 25107 9a16a601de25
equal deleted inserted replaced
23274:3b6993da89df 23276:add6f5c93bc6
     1 /*
     1 /*
     2  * Copyright (c) 1995, 2007, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    64  * to conserve resources
    64  * to conserve resources
    65  * (see {@link Image#flush()}).
    65  * (see {@link Image#flush()}).
    66  *
    66  *
    67  * <p>
    67  * <p>
    68  * Here is an example of using <code>MediaTracker</code>:
    68  * Here is an example of using <code>MediaTracker</code>:
    69  * <p>
    69  *
    70  * <hr><blockquote><pre>{@code
    70  * <hr><blockquote><pre>{@code
    71  * import java.applet.Applet;
    71  * import java.applet.Applet;
    72  * import java.awt.Color;
    72  * import java.awt.Color;
    73  * import java.awt.Image;
    73  * import java.awt.Image;
    74  * import java.awt.Graphics;
    74  * import java.awt.Graphics;