Java desktop links of the week, February 4

Hi all - welcome to another weeks worth of links - enjoy! :-)

JavaFX

  • Java 7 7u13 was released this week, and along with this release comes JavaFX 2.2.5. It is highly recommended that everyone upgrade to the latest release as soon as possible.
  • Jasper Potts has posted a blog about Modena, the new theme for JavaFX 8.x. I must say that having been watching it develop over the last few months (and giving my 2 cents of feedback) that it is a huge improvement over Caspian, the theme used in JavaFX 1.x and 2.x. Leave your feedback on the blog post about what you like and dislike - it is impossible to please everyone but there is still time to improve things (indeed, there are still things I would like to see changed too!) :-)
  • Danno Ferrin has noted (via his excellent OpenJFX mirror over at bitbucket) that a few very nice new features are starting to appear in the JavaFX 8.0 repositories, including printing API and improved API granularity for embedded support.
  • Speaking of Danno, he has blogged about how he has added support for adding application icons with the Gradle JavaFX plugin.
  • Dierk König has posted part four of his JavaFX abacus tutorial.
  • The Panemu blog has announced the TwiulFX 1.1 is now available for download. TiwulFX provides custom JavaFX components specially designed to work with Java POJO objects. It has 2 main components: TableControl, Form; and also customized column and input components to display a specific data type.
  • Patrick Martin has posted Dex Tutorial #7: Java Garbage Collection Analysis. Dex is a visualization application written using JavaFX.
  • Arnaud Nouard has blogged about his 'undecorator' tool, which allows you to easily 'add a better look to your JavaFX stages'.
  • Johan Vos is seeking feedback regarding API design in DataFX.
  • Andy Till has posted code to allow for easy Region resizing by mouse click and drag. Whilst he states this doesn't work for UI Controls (as in JavaFX 2.x UI controls didn't extend from Region), this should work in JavaFX 8.x as UI controls do extend from Region from this release onwards.
  • Leon Atherton has blogged about mouse events in JavaFX. This is a good read for anyone new to the event handling system in JavaFX.
  • noxxxxo has posted a YouTube video showing a Raspberry Pi running the JME C64 emulator using JavaFX as the rendering technology. You can see the code over at GitHub.

Catch you all in a weeks time :-)

Thoughts on “Java desktop links of the week, February 4”