summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-03-03 11:26:15 +0000
committerRoman Kennke <roman@kennke.org>2006-03-03 11:26:15 +0000
commit43f05e8d0efc20bc0ba6398fde08a32368befd0a (patch)
treecc3ef0599e0bb5f6dc3f34df24cb6fb496405f41 /NEWS
parent963cd8591d1bd2bda83913fe42d28a851163af14 (diff)
downloadclasspath-43f05e8d0efc20bc0ba6398fde08a32368befd0a.tar.gz
2006-03-03 Roman Kennke <kennke@aicas.com>
* NEWS: Added paragraph about Swing improvements.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 32b163686..0dcf32fa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
New in release 0.21 (to be released)
+* Swing improvements: JTable columns are rearrangeable and resizeable with
+ mouse. Painting and scrolling are now much faster.
+ Support for styled text has been improved, including some very basic HTML
+ support. JFileChooser is now usable. Global event dispatching has been
+ implemented. Memory consumption of Swing components has been reduced.
+ Lots of general bugfixes.
+ Added new system property to turn of Graphics2D use in Swing, even
+ if Graphics2D is available: -Dgnu.javax.swing.noGraphics2D .
+
* GNU Crypto and Jessie have been merged into Classpath; this will
provide Classpath with a wide array of cryptographic algorithms
(ciphers, message digests, etc.) and implementations of SSL version
@@ -15,8 +24,6 @@ New in release 0.21 (to be released)
* RELAX NG pluggable XML schema datatype library API and an implementation
for XML Schema Datatypes (http://www.w3.org/TR/xmlschema-2/).
-* JTable columns are rearrangeable and resizeable with mouse.
-
* Added experimental support for dynamic creation of the RMI stubs using proxy
classes. The rmic compiler is no longer required (unless for research
and specific stubs).