This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16769] graphics and images are not always drawn in the right order
- From: "fitzsim at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Sep 2004 20:14:23 -0000
- Subject: [Bug AWT/16769] graphics and images are not always drawn in the right order
- References: <20040727003903.16769.fitzsim@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fitzsim at redhat dot com 2004-09-21 20:14 -------
Fixed on java-gui-branch. All Graphics.drawImage methods are synchronous. They
draw the portion of an image that is currently loaded and then return rather
than blocking until the entire image is available.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16769