SWT for 64-bit Cocoa 64-bit OSX Cocoa is now available. As with the 32-bit implementation, this work is under active development, but available as an early access release. Everyone is encouraged to download and test these new builds, and to log bugs in bugzilla.

JavaScript-to-Java JavaScript can now call out to Java. Supported types are numbers, booleans, strings, null's, and arrays (example snippet).

Improved Java-to-JavaScript Java can now call into JavaScript. An expression is evaluated in the context of a Browser document and a value is returned. Supported types are numbers, booleans, strings, null's, and arrays (example snippet).

New Caret Listener New API has been added to StyledText to allow you to listen for changes in the caret offset. See StyledText.addCaretListener() and StyledText.removeCaretListener() for more information.

New Text Editor Demo This new example makes extensive use of StyledText to demonstrate how it can be used to create a multi-font rich text editor with bullets, links and embedded objects.

Text Editor