Java desktop links of the week, August 26

A heap of great links this week, totally ruining my pre-JavaOne quietness theory, but I'm not complaining! :-) Let's get right into it.

JavaFX

  • Tom Eugelink has two interesting blog posts this week. Firstly, he has blogged about how to use CSS as part of the JavaFX API to make styling custom controls easier and more consistent with the built-in JavaFX controls. Secondly, he has a post about providing custom builders to the JavaFX FXML loader, so that it can handle setting properties on classes where it would otherwise fail (e.g. converting a String to a DateFormat instance).
  • Pedro Duque Vieira has a post about what is new in JavaFX 8.0, listing off a lot of the nice features coming up in the next major release of JavaFX.
  • Speaking of new features in JavaFX 8.0, Jim Weaver has posted a video of the new DatePicker control coming in JavaFX 8.0. For those of you sticking with JavaFX 2.x for the foreseeable future, it also shows the JFXtras CalendarPicker control.
  • Michael has a post about adding custom icons to the JFXtras Window control (also known as VFXWindows).
  • Robert Ladstätter has a post about an application he is calling HSV Ranger, which allows for determining HSV values for objects you show to the application via your webcam. It's also nice to see that ControlsFX is being used in this project.
  • Speaking of ControlsFX, Eugene Ryzhikov, one of my partners in crime on that project is now using it in another of his side projects: a JavaFX-based markdown editor called Markdown Pad FX.
  • Christian Schudt has written about beefing up the animations in JavaFX with custom easing functions.
  • Granite Data Services 3.0.0.M3 is out and available for download here. You can learn more about GraniteDS 3.0.0.M3, or you can go and check out the updated sample app.
  • Daniel Ziltener has posted about getting started with JavaFX in Clojure.
  • Gerrit Grunwald has posted about a BoF at JavaOne called Raspberry Pi Showdown. This BoF is a little different in that attendees are invited to present on how they are using their Raspberry Pi's, as long as it is JavaFX related.
  • Uwe has been working on extending the 3D Viewer app to support FBX files.
  • Felipe Pedroso, community manager at Intel was interviewed at TDC 2013 (warning: direct YouTube link) about his work on a pretty neat multitouch image viewer application.
  • Ben Ashby has posted a tip on making sure you interact with JavaFX on the correct thread.
  • Jeff Martin has published a video demo of ReportMill's new JavaFX RAD tool, Java Inventor, creating an AddressBook app from scratch in minutes.
  • QuantCell Research have announced their JavaFX-based product is now available for purchase. As they put it, "QuantCell is a big data spreadsheet and an end-user programming tool. It improves turnaround time and enables SMEs to benefit from big data. It enables non-developers to build complex analysis, models and applications, and it brings the capabilities of major programming languages to the spreadsheet user."

That's it folks. Catch you next week!

Thoughts on “Java desktop links of the week, August 26”