src/java.desktop/share/classes/java/awt/peer/ComponentPeer.java

Print this page

        

*** 413,423 **** * @see Component#prepareImage(Image, int, int, ImageObserver) */ boolean prepareImage(Image img, int w, int h, ImageObserver o); /** ! * Determines the status of the construction of the screen representaion * of the specified image. * * @param img the image to check * @param w the target width * @param h the target height --- 413,423 ---- * @see Component#prepareImage(Image, int, int, ImageObserver) */ boolean prepareImage(Image img, int w, int h, ImageObserver o); /** ! * Determines the status of the construction of the screen representation * of the specified image. * * @param img the image to check * @param w the target width * @param h the target height