Well, like I said last week, the gears are very quickly getting moving again after the new years break - there is a tonne of news out this week, and a lot of good indepth posts for you guys to sink your teeth into. Also, it finally seems like my pleas to be notified of interesting Java desktop posts has been heard, as I received a number of emails this week which I've included below. Thanks everyone!
Swing
- Damien Ielsch, who only last week started his blog, has posted two new posts this week. Firstly, he talks about dynamically sizing list cells by modifying the renderer. Also, partially in response to my comment last week questioning the usefulness of his custom JFrame/JDialog, Damien has shown how he uses them.
- Thomas Künneth has also just started a Swing-related blog. His first post discusses multi-page views and a component he has developed called CommandMenu, and in his second post he shows how to use the CommandMenu API.
- Werner Randelshofer has blogged that JHotDraw 7.4 has just been released. JHotDraw is a framework for structured drawing editors.
- Not to be outdone, I posted a very small Swing application that does batch colour inversion of images, which I quickly developed for a family member who had scanned in all their photo negatives, and who had no easy way to fix the colours.
JavaFX
- Richard Bair posted a very simple SplitView 'control' for JavaFX that you can easily reuse in your JavaFX applications. It's not fully-fledged like it would be once it's developed properly by Sun (so it isn't skinable, etc), but it can be easily modified to meet your specific needs in the short term.
- JavaFX.com has let me know that they've put up a number of new and updated how-to's. This is a great resource for people new to JavaFX.
- With the second Silicon Valley JavaFX presentation by Amy Fowler now behind us, we have the third one coming up in only a few weeks: it's Hinkmond Wong who will be giving detailed talk on the state of the art in the mobile landscape. If you are interested in mobile development, this event will give you the answers.
- Simon Morris has updated his JavaFX Wipe Library, which is a collection of transition effects (think Powerpoint slide changing effects - fades, slides, reveals, flip, etc, etc).
- Drew has posted a tutorial on how he created a 'photo drop' application in JavaFX which makes use of Phys2D. It's not the first time I've seen Phys2D used in JavaFX, with Richard Bair and Jasper Potts having used it in their Devoxx game, and Simon Morris using it for some demos as well.
- Eric Warriner has created a mashup using the National Public Radio and Google Maps APIs (and 125 lines of JavaFX code) to translate a given zip code to show all available NPR stations.
- Mitchell Pronschinske has a short interview with Lukas Hasik regarding the Netbeans Composer plugin for designing JavaFX user interfaces visually.
- Max Katz, on the Exadel blog, has announced that version 1.2 of the Exadel JavaFX plugin for Eclipse has been released.
- Tom Eugelink has posted a comprehensive post discussing developing JavaFX code using Eclipse.
- Rakesh Menon has posted about printing in JavaFX (through using what is available in AWT).
- Alexandr Scherbatiy has posted some code he wrote in JavaFX that generates fractals.
Miscellaneous
- Kirill Grouchnikov has rounded our his series on animation by posting the big picture, and some footnotes.
That's the links for the past week. I hope the were edutaining. Catch you all next week, and keep up the great work!
Thoughts on “Java Desktop links of the week, January 18”