It's another week, so of course it's time for another weeks worth of links. It's been a very busy news week, so I have tried to keep each point succinct. Also, thanks to everyone emailing me their links. Righty - on with the news.
Swing
- Kirill Grouchnikov has been very busy recently, putting up a heap of work that he did whilst vacationing. He published three new skins for Substance, posted about overlay painters as used in Substance, and introduced an updated version of the Jitterbug editor for Substance colour schemes.
- Eric Burke has a post on how JComboBox handles the situation where multiple items are equal. In summary, you really should not duplicate things in a combo box.
- Carsten Oland has a post detailing how to create "fancy JLabels with JHLabs Filters". Of course, just because you can create fancy labels, doesn't mean you should; excerise restraint, lest your GUI become overwhelmed in fanciness.
- Speaking of fanciness, Andy Gibson has a tutorial on creating glass buttons in Java.
JavaFX
- Amy Fowler has a really useful article further clarifying layouts in JavaFX 1.2. If you're using JavaFX, it's well recommended that you check out this blog post.
- Speaking of layouts, Inyoung Cho has a post that provides a JavaFX applet that demonstrates the various layouts available.
- For those of you in better timezones than I, there is a Sun webinar titled "Serving the Next Billion, JavaFX: Rich Internet Experiences". It is on September 23, 2009 at 8:00am PDT. It is being presented by Jacob Lehrbaum, Marketing Lead, and JavaFX Engineering leader.
- Josh Marinacci has posted the theme for the next JFXStudio Challenge, and it's 'time'. This challenge requires you to write an application in 30 lines (or 3000 characters - it's your choice), with an Amazon gift card for the best entrant.
- Simon Brocklehurst has published the results of his applet start-up test he run last week. He has succinctly summarised where he considers the problems to be, and it's well worth a read for anyone considering deploying on the web.
- Osvaldo Pinali has a blog discussing the new JavaFX 1.2.1 release. If you want to know what has changed, this is perhaps the best blog post I've seen discussing it.
- Jeff Frieson has a long tutorial on InformIT titled "Using Transitions to Simplify JavaFX Animations".
- Jim Weaver has released SpeedReaderFX, which is an application that pulls together RSS and Atom feeds, as well as data from some social networking APIs such as Twitter (among many others). It (ab)uses my JavaFX menubar API also :-)
- Kerry Wilson has a good tutorial on building a sticky notes application in JavaFX. This covers wrapping Swing components, using the Storage API, demonstrates simple binding and graphics/effects.
- Dmitry Kostovarov has a post discussing how to use custom fonts in JavaFX.
- Pedro Duque Vieira emailed me to remind everyone that JXScene in the JFXtras project is available and updated to work with JavaFX 1.2 and 1.2.1. JXScene allows for you to embed JavaFX scenes into your Swing applications.
Griffon
- Andres Almiray has blogged about the latest plugin releases based on the 0.2-BETA release of Griffon.
- As well as this, Andres was counting down the days earlier this month, until declaring happy 1st birthday to Griffon on September 10. Mark this day in your calendars people, so as not to wonder next year what Andres' countdown means :-)
See you all again next week.
Inyoung Cho
Thoughts on “Java desktop links of the week, September 14”