Its been almost a year since we actually posted a build with all the latest changes. So I figured it was about time to to get a clean zip with all the tweaks, fixes, and enhancements we've added over the last 10 months.
Google code doesn't allow file downloads anymore, so I posted this build on BitBucket.
Couple notable new APIS...
FileStore
We added a new sys::FileStore class and sys::File.store method. This lets you get disk size info for a particular file or directory.
GraphicsPath
The new gfx::GraphicsPath class provides Java2D/Canvas/PDF/SVG style pathing for stroke/fill/clip. It is implemented in both the SWT desktop and JavaScript FWT implementations. Example code from fwt/demo which paths a turtle:
brian Wed 19 Mar 2014
Its been almost a year since we actually posted a build with all the latest changes. So I figured it was about time to to get a clean zip with all the tweaks, fixes, and enhancements we've added over the last 10 months.
Google code doesn't allow file downloads anymore, so I posted this build on BitBucket.
Couple notable new APIS...
FileStore
We added a new
sys::FileStore
class andsys::File.store
method. This lets you get disk size info for a particular file or directory.GraphicsPath
The new gfx::GraphicsPath class provides Java2D/Canvas/PDF/SVG style pathing for stroke/fill/clip. It is implemented in both the SWT desktop and JavaScript FWT implementations. Example code from fwt/demo which paths a turtle:
inet
Two new APIs in inet pod:
inet::IpInterface
to query network interfaces installed on the hostinet::MulticastSocket
: for UDP multi-cast socketsChange Log
Build 1.0.66 (19 Mar 201)