Java desktop links of the week, November 22

A relatively quiet week this week compared to the week before, but there continues to be good links. Swing continues its run of consistently good links, which is very pleasing to see. JavaFX is rather quiet whilst the 2.0 version is in development, although there were some interesting happenings at Devoxx (although I haven't seen many links - the best summary is probably two posts by Peter Pilgrim). What I know was discussed was the JavaFX web toolkit (JavaFX -> HTML/JavaScript), WebView (rendering HTML within a JavaFX component), CSS and JavaFX 2.0 API designs.

Swing

  • Karl Schaefer has followed on from Jan Kotek's from last week with his own article on how to return values from SwingUtilities.invoke. This implmentation is now part of SwingX.
  • Gerrit Grunwald has blogged about contour gradient paints, including both the theory behind how to implement them, and a Swing/Java2D implementation (with source attached).
  • Geertjan Wielenga has got a post up about real-time charts on the Java desktop. These charts are using the charting API made available through the VisualVM, rather than an external library like JFreeChart. Apparently the major focus of the VisualVM charting implementation is on high-performance real-time charts.
  • Christoph Aschwanden let me know about Age of Conquest, which is a (commercial) Java game written using a custom Swing look and feel.

JavaFX

Miscellaneous

  • Josh Marinacci has blogged about the soon-to-be-released Leonardo Ruby Red release, which is due around Thanksgiving. Leonardo is written in Java using a custom toolkit called Amino (which is also open source).

That's us for another week. Catch you in a weeks time. Remember to flick me an email if you have any links you would like to be included.

Thoughts on “Java desktop links of the week, November 22”