Here we go again - another weeks worth of Java desktop related links. This week was a quiet week, so this post is short and sweet. Regardless, I hope you enjoy.
General
- Given the interest around the Java Store, and it's current requirement of not relying on external JARs, Robert Eckstein has an article on the Sun Developer Network discussing how to use NetBeans 6.7 to merge all JARs into a single JAR.
Swing
- Geertjan Wielenga posts about the Impro-Visor project which was written in Swing and built using NetBeans. This project is "a music notation program designed to help jazz musicians compose and hear solos similar to ones that might be improvised. The objective is to improve understanding of solo construction and tune chord changes."
- I came across SwingSpy this week, which is a simple resident Swing introspector. It shows the hierarchy of dialog elements under the cursor. It appears to be licensed under the BSD license.
JavaFX
- Jim Weaver has a post detailing how he used my MenuBar API to build a JavaFX 'Caspian-looking' menubar.
- Henry Zhang has posted about a prototype that he has written for a JavaFX-based online game.
- Vaibhav Choudhary has a post showing how to control the 'draggability' of JavaFX Applets.
- Mark posts a tutorial on the JavaFX Charting API.
- Tom Eugelink continues his work on the JFXCalendarPicker control, having just announced the 1.0 release of it. As always, the webstart link is available for you to play around with it.
- The Zembly blog has a post discussing how to build Rich Internet Applications on orkut using zembly and JavaFx.
SWT
- Kirill Grouchnikov finishes his 'animation blueprints for SWT' series of posts this week, with parts 3, 4, and 5. Part three discusses asynchronous image loading, part four covers scrolling layouts, and part five covers complex transition scenarios. Kirill, ever the gentleman, concludes with a summary and details on how to run his code samples locally.
Well, that's all folks. Catch you again in a week.
Thoughts on “Java desktop links of the week, August 17”