Java desktop links of the week, June 6

Now that JavaFX 2.0 beta has been out for a week or two, and a refresh build already published, the number of links we're starting to see covering what is going on in that world is definitely increasing, as you can see below. As always, feel free to email me any links you want to have included. Right, this is a big post, so let's get into it!

JavaFX

  • A new JavaFX 2.0 beta build came out this week. I'd recommend to everyone that they update as soon as possible. Just as a heads-up, we're on a two-weekly cycle for public beta builds, so keep an eye out for new builds as they always include new features, bug fixes and improved performance.
  • Nandini Ramani, Vice President of Development at Oracle (a.k.a my bosses boss), has been interviewed by the Java Spotlight podcast, where she talks about the JavaFX 2.0 beta release.
  • Richard Bair, Jasper Potts and I have been busy over at our FX Experience website. We've talked about Maps in JavaFX 2.0 (using WebView), and introduced the indeterminate CheckBox and SplitPane controls. We've also been posting important links immediately, rather than hold them off for the weekly links roundup.
  • Amy Fowler has blogged about the JavaFX 2.0 layout APIs, giving a great introduction to what has changed since JavaFX 1.3. Layout APIs are always a tough nut to crack, but once you do it makes your user interfaces so much easier to build. I highly recommend reading this blog post!
  • Artem Ananiev has posted a good introduction to the JFXPanel component, which allows for embedding JavaFX nodes into a Swing application.
  • Tom Eugelink has published his MigLayout port for JavaFX 2.0 to Java.net, where it is published under the Apache 2.0 license. Note that in addition to this MigLayout project, JavaFX 2.0 includes a GridPane layout that is also very functional.
  • The Silicon Valley JavaFX users group is running another session this week: 'Hands-on JavaFX Coding in Alternative Languages'. This talk is being hosted at Oracle HQ on Wednesday, 8th June at 6:00pm. As usual they will be hosting the session online for those of us who can't attend in person.
  • Jeff Friesen has blogged about 'Rebooting JavaFX, Part 1'.
  • A number of people have posted their first impressions of JavaFX 2.0 this week, including Gerbrand van Dieijen and Illya Yalovyy.
  • Lawrence Premkumar has blogged about dynamically setting the side of a TabPane. TabPane is another of the new controls in JavaFX 2.0, which I plan to blog about in more depth sometime over at FX Experience.
  • jVel has blogged about using custom cell factories in JavaFX 2.0 (Google translate is used). This is another important topic that I intend to cover in more depth over at FX Experience.

Swing

SWT

  • Laurent Caron has put up a new release of the Opal project, which includes two new components: An image selector (a port of the CD Shelf by Romain Guy), and a dialog box builder (roughly a port of the DialogBox by Eugene Ryzhikov).

As always, keep up the great work blogging folks, and I'll catch you again in a weeks time.

Thoughts on “Java desktop links of the week, June 6”