Java desktop links of the week, April 6

I'm going to be away from my computer for all of tomorrow, so here's the Java desktop links from the past week, roughly 12 hours early! Enjoy :-)

JavaFX

  • Gerrit Grunwald has posted twice in the past week. Firstly, he created a new gauge called 'AirCompass', which he ported (quickly) from his Swing SteelSeries library. Secondly, he has created a 'poor mans live editor' by combining the JavaFX WebView component with the Nashorn JavaScript engine.
  • Amrullah has a post about a beta release of TiwullFX 2.0 (for JavaFX 8.0) being available for download and testing. This library is a very good one if you're doing heavy table-related work (although I've not used it myself, I just think the feature set sounds cool).
  • Pedro Duque Vieira continues to improve his JMetro style for JavaFX, this time focusing on the Slider control. I've not really looked into Metro styling at all, but it seems to me that the slider fill colour on the vertical sliders appear to be coming out from the wrong side (the top rather than the bottom)? I guess it is hard to judge as the horizontal sliders are all at their zero position, so you can't see what the fill colour is to the left of the thumb.
  • Jens Deters has blogged about using Swing and JavaFX in a single application by using JFXPanel.
  • Jeff Martin has updated his SnapCode project to include support for console i/o.
  • Simon Lissack has a blog post detailing the many ways in which external stylesheets can be loaded in JavaFX.
  • Frank Roth has a blog post about his jSona project mentioned last week (a JavaFX-based music player).
  • Bruno Borges has a blog post about his JavaFX version of the 2048 game. The source code is available, and as he notes, he used this project to better learn about a number of things, including lambda expressions, the Stream API, JavaFX 8, JavaFX CSS basics and JavaFX animations.
  • Sébastien Bordes has a post about JRebirth (his JavaFX application framework) running on Equinox.

Keep up the great work folks! Catch you all next week! :-)

Thoughts on “Java desktop links of the week, April 6”