Welcome back to another week of Java desktop links. There is a heap of interesting news and articles this week, so I hope you enjoy and learn something new. On with the news!
Swing
- Rob blogs about tooltips and scrollpanes in Swing, and the problem whereby a tooltip is showing and the viewport is moved, resulting in the mouse hovering over a different tooltip-containing component. Ideally, the tooltip would be updated to the new component, but this is not the case. Rob offers a new TooltipListener class to resolve this.
- With the recent update of Jide components, one of the new features was better handling of JTables. This work was originally implemented, and blogged about, by Ken Orr.
- Speaking of Ken, he also blogged about 'creating the iTunes navigation header' in Java2D.
- In another Java2D post, Jeremy blogs about creating efficient gradients.
JavaFX
- Richard Bair posted three blogs on FXExperience.com this week. They are related to looping in FX, function delegation, and seeking feedback on node lookup.
- JavaFX.com has started a new section covering JavaFX How-To's. This looks like a great starting point for anyone wanting to get up to speed in a certain aspect of JavaFX.
- Sungmoon Cho has published results of the first JavaFX Survey have been published and analysed.
- Josh Marinacci posted the winners of the last JavaFX coding challenge, which had a 30 line (or 3000 character) constraint, and the theme of 'five'. On the same page he announces the new coding challenge theme of 'holiday', which ends December 15th. Get your code on!
- Speaking of Josh, he has announced Project Maitai, which he introduces in his blog. In short, MaiTai lets you visually wire up blocks to create interactive graphics.
- News was released this week that the Java Store is now accepting payment via PayPal. Of course, this is assuming you can access the Java Store, which is presently limited to the US.
- If you'd like to learn more about the Java Store, there is a three-part Deep Dive video interview between Ed Ort and Bernard Traversat.
- Tor Norbye published his coding conventions for the JavaFX language.
- Stephen Chin is going to be offering prizes to people attending his session at Devoxx. You can find out how you can be in to win at his blog.
- Carl Dea published a review of the new 'JavaFX in Action' book written by Simon Morris. Speaking of this book, Simon has blogged about taking pixels to print.
- Sten Anderson has blogged about the release of Music Explorer 1.1, his award-winning JavaFX application. This version is mostly about performance and stability improvements and it’s also the first version to be released under JavaFX 1.2. Additionally, it sports a new feature: the “Fame” knob.
- Rakesh Menon has blogged about connecting a JavaFX application to the Echo Nest digital music REST API.
Catch you all again next week. Remember to keep on flicking me any links you think relevant, and have a great week!
Thoughts on “Java desktop links of the week, November 16”