Hi Robert,

On Thu, 2006-03-23 at 22:35 +0100, Robert Schuster wrote:
> Now we have X11-style Copy and Paste behavior in Swing's text components. :)

Very nice! It seems to work really seamlessly. Good work!
I added this and some other improvements (the mouse cursor stuff) to the
NEWS file:

2006-03-24  Mark Wielaard  <[EMAIL PROTECTED]>

        * NEWS: Add cursor and selection improvements.

Hint. You might want to also set a text mouse cursor on the text
components to better help the user see they can selection/type text in
them.

Cheers,

Mark

diff -u -r1.126 NEWS
--- NEWS        20 Mar 2006 00:43:07 -0000      1.126
+++ NEWS        24 Mar 2006 11:34:59 -0000
@@ -7,8 +7,14 @@
   jobs and support for client-formatted print data. An example application
   (see: examples/gnu/classpath/examples/print/Demo) has been added to show
   the API usage for service discovery and printing of files.
+* The GTKToolkit now gives access to the both the system clipboard and
+  system selection.
+* Custom mouse cursor support has been added to the gtk+ peers. And cursors
+  can now also be set on light-weight components.
 * Free Swing improvements: Support for OceanTheme has been mostly completed
-  and turned on as default Metal theme.
+  and turned on as default Metal theme. X11-style Copy and Paste behavior in
+  text components with the middle mouse button. Support cursor changes on
+  various components when resizing.

 Runtime interface changes:


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to