Another week, another Swing links of the week, from now on known as Java Desktop links of the week to more properly encapsulate anything Java and GUI related. If you don't like the new name, let me know what you'd rather have it known as! As always, send me your news if you have any. All my contact details are to the right. This week was relatively quiet on all fronts other than JavaFX, given the release of JavaFX 1.1. Anyway, on with the news.
Swing
- Ken Orr has announced the release of Mac Widgets for Java 0.9.4. You can check out the full list of enhancements and fixes, or just browse the API. Also, you can see examples that use these new widgets.
- Alex Ruiz announced the release of FEST-Reflect 1.1, a fluent interface based API for simplifying the usage of Java Reflection, resulting in improved readability and type safety. It supports class loading, access to static inner classes constructors, methods and fields, and more!
- Kirill Grouchnikov has been very busy, announcing new releases for his Substance look and feel project, his Flamingo components project (including Ribbon component) and the new release of an animation library called Trident, which evolved out of his work for Substance.
JavaFX
- Of course, as mentioned already, JavaFX 1.1 was released this week. The primary improvement in this release is support for mobile devices, but there are a number of changes that you'll need to be aware of. Read the release notes for more details.
- Because of the changes, Stephen Chin posts about how to migrate your JavaFX applications from previous releases onto the latest 1.1 release. This document will be invaluable to JavaFX developers wondering how to migrate, so give it a read!
- An interview (by the Java Posse) with members of the JavaFX team has been posted on Parleys.com which was recorded at Devoxx. It's a very good overview of JavaFX and lets you see the thinking behind it by some of the Sun developers.
- Jim Weaver has been very busy in the past week, posting twice about JavaFX bindings and KeyEvents. His first post gives examples for JavaFX 1.0, and then he subsequently updates the post for JavaFX 1.1.
- Yakov Fain posts about his impressions of JavaFX, and in the process builds a demo Pet Store application, complete with video demonstration, although I can't see any mention of the code being available.
- A new part of the 'Jump into JavaFX' series has been released. In part 3, the focus is on the basic APIs. Previous parts focussed on setting up NetBeans and understanding the SDK, and a guide to scripting in JavaFX, from language fundamentals to data binding.
- Carl Dea posts about JavaFX sequences and predicates. His post is clear but very code-heavy, so for those of you that learn by reading code, dive right in!
- Piliq.com has an interesting blog in general for people interested in JavaFX. The posts mostly centre around discussions about physics in JavaFX, so if you're interested in adding physics to your JavaFX demos/programs(?), please check out that blog.
SWT
- Ted Patrick has posted about using Eclipse e4 to compile SWT user interfaces into AS3 for running within the Flash player. There are a number of screenshots included for your enjoyment.
Thoughts on “Java Desktop links of the week, February 16th”