------- Comment #2 from david dot gilbert at object-refinery dot com 2006-06-13 08:23 ------- (In reply to comment #1) > Could you retest?
It is working nicely again, thanks! > the jfreechart superdemo is a really slow, but that seems to be caused by the > text area on the bottom-right, not by the graphics drawing. But that is > another > bug. > Yes, there is a delay also for me, which I guessed was either updating the JTree used to select a demo, or as you've suggested the text area (which is displaying basic HTML text describing each demo). The problem needs fixing, but it's not urgent given that javax.swing.text.html.* is still being implemented. Performance for the graphics drawing is very encouraging. My impression is that it's not as fast as the reference implementation, but it is more than usable even for client applications (for example, try CompassFormatDemo2 under Miscellaneous). It has definitely exceeded my initial expectations. Anyway, thanks to Roman for fixing the bug...please close it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27960 _______________________________________________ Bug-classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-classpath

