src/share/classes/java/awt/MediaTracker.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1995, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 63,73 **** * to conserve resources * (see {@link Image#flush()}). * * <p> * Here is an example of using <code>MediaTracker</code>: ! * <p> * <hr><blockquote><pre>{@code * import java.applet.Applet; * import java.awt.Color; * import java.awt.Image; * import java.awt.Graphics; --- 63,73 ---- * to conserve resources * (see {@link Image#flush()}). * * <p> * Here is an example of using <code>MediaTracker</code>: ! * * <hr><blockquote><pre>{@code * import java.applet.Applet; * import java.awt.Color; * import java.awt.Image; * import java.awt.Graphics;