From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27676 invoked by alias); 9 Feb 2005 09:27:21 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 27655 invoked by uid 48); 9 Feb 2005 09:27:20 -0000 Date: Wed, 09 Feb 2005 09:34:00 -0000 Message-ID: <20050209092720.27654.qmail@sourceware.org> From: "hendrich at informatik dot uni-hamburg dot de" To: java-prs@gcc.gnu.org In-Reply-To: <20050209092046.19839.hendrich@informatik.uni-hamburg.de> References: <20050209092046.19839.hendrich@informatik.uni-hamburg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/19839] Repaint-loop due to createImage() and non-null ImageObserver X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00297.txt.bz2 List-Id: ------- Additional Comments From hendrich at informatik dot uni-hamburg dot de 2005-02-09 09:27 ------- Changing the call to drawImage( image, x, y, null ) makes the program work. However, an Image create by createImage(width,height) should be completely initialized at once: there is no image data to read asynchronously... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19839