Another week of Java desktop links - hopefully you all find something of interest. Also, thanks to everyone emailing me links!
JavaFX
- Richard Bair did a quick post talking about the code names for JavaFX releases.
- Osvaldo Pinali Doederlein has trawled through the JavaFX Jira issue database and offered his thoughts on where the JavaFX project is heading (and what issues it has ahead of it).
- jojorabbit4 has blogged about a DeckPane control he has built (and released the source code for). He tells me it is still a work in progress.
- Narayan Maharjan has a blog post about using the PieChart component to visualise data coming from a database.
- In another post, Narayan has blogged about shape intersection, subtraction and union in JavaFX 2.0.
- Mohamed Sanaulla has a blog post about using Groovy and JavaFX 2.0 to build a JSON-parsing geo-coding application. I should note that a good chunk of the JavaFX code I see seems redundant - rather than using the listeners (and anonymous inner classes), Mohamed should instead consider using binding (e.g.
longitudeValTextBox.textProperty().bind(longitudeProperty)
) - I put up a very beta release of the JavaFX cell factories project I've been working on.
Swing
- Gerrit Grunwald has released SteelSeries 3.9.3, which, despite the small version number increment, is a huge update over the last release. The number of new features is impressive - certainly more than I can even start to cover in a sentence or two: you'll have to go to Gerrit's blog post to see everything.
- Alexander Potochkin carries on with his 'Swing in a better world' series, this time covering listeners.
- Hendrik Ebbers has started a new project called jgrid, which is a grid component for Swing.
- Oracle Learning put up a video recently on 'using JLayer in Swing applications'.
Miscellaneous
- Josh Marinacci has put up a new build of his Leonardo drawing tool (which is built using the Amino UI toolkit).
That's all I have for you this week. I'll see you in a weeks time :-)
Thoughts on “Java desktop links of the week, June 20”