summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-03-03 15:22:09 +0000
committerRoman Kennke <roman@kennke.org>2006-03-03 15:22:09 +0000
commitb68fd911c3c9cf937a48bdef94800f412ff14098 (patch)
treec63512871596462e88ff73b5af1887c658e6d9fb
parentc20723bcb7a1b324c9b738d2c0268e0780f4f6c6 (diff)
downloadclasspath-b68fd911c3c9cf937a48bdef94800f412ff14098.tar.gz
2006-03-03 Roman Kennke <kennke@aicas.com>
* NEWS: Added comment about text highlighting and copy+paste in Swing.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b772e937b..af2eabc40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-03-03 Roman Kennke <kennke@aicas.com>
+ * NEWS: Added comment about text highlighting and copy+paste
+ in Swing.
+
+2006-03-03 Roman Kennke <kennke@aicas.com>
+
* javax/swing/JTabbedPane.java
(remove(int)): Call super.remove(int) instead of remove(Component).
Avoids a stack overflow.
diff --git a/NEWS b/NEWS
index 0dcf32fa5..7fb69b12a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
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.
+ mouse. Painting and scrolling are now much faster. Plain text components
+ now support highlighting and copy+paste to the system clipboard.
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.