[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/24152] major performance problem in JTextArea (TextModel?)
From: |
abalkiss at redhat dot com |
Subject: |
[Bug swing/24152] major performance problem in JTextArea (TextModel?) |
Date: |
11 Oct 2005 19:13:44 -0000 |
------- Comment #4 from abalkiss at redhat dot com 2005-10-11 19:13 -------
This is now fixed. The NPE mentioned in the previous comment is also fixed.
The extra time taken is in fact in the setText method and more specific the
call to FontMetrics.charsWidth, a bug report will be filed about the
performance of this method. This method also affects Swing painting and its
improvement would greatly improve the performance and feel of Swing.
--
abalkiss at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24152