commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #12433] an animated button class works with sun jdk bu


From: Sven de Marothy
Subject: [commit-cp] [bugs #12433] an animated button class works with sun jdk but not with classpath
Date: Wed, 23 Mar 2005 18:20:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922

Update of bugs #12433 (project classpath):

             Assigned to:                    None => smarothy               

    _______________________________________________________

Follow-up Comment #1:

The bug is in the Component implementation ImageObserver, which is triggering
a repaint() on the image loading when you do a drawImage() call. 

A temporary workaround would be to call drawImage() without giving it an
ImageObserver. 

E.g. Change: offGraphics.drawImage(pic[0], 0, 0, this); 
To:  offGraphics.drawImage(pic[0], 0, 0, null); 

In the meantime, I'll try and fix this


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12433>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]