|
From: | freebeans at xqb dot biglobe dot ne dot jp |
Subject: | [Bug awt/23919] New: java.awt.image.MemoryImageSource calles imageComplete() method with wrong flag. |
Date: | 16 Sep 2005 14:46:58 -0000 |
MemoryImageSource calles imageComplete() method with wrong flag when animated flag is true. --- MemoryImageSource line 189 if (animated) ic.imageComplete(ImageConsumer.SINGLEFRAME); else ic.imageComplete(ImageConsumer.STATICIMAGEDONE); } --- The correct flag is not SINGLEFRAME but SINGLEFRAMEDONE. -- Summary: java.awt.image.MemoryImageSource calles imageComplete() method with wrong flag. Product: classpath Version: 0.18 Status: UNCONFIRMED Severity: normal Priority: P2 Component: awt AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: freebeans at xqb dot biglobe dot ne dot jp CC: bug-classpath at gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23919
[Prev in Thread] | Current Thread | [Next in Thread] |