FX Experience Has Gone Read-Only

I've been maintaining FX Experience for a really long time now, and I love hearing from people who enjoy my weekly links roundup. One thing I've noticed recently is that maintaining two sites (FX Experience and JonathanGiles.net) takes more time than ideal, and splits the audience up. Therefore, FX Experience will become read-only for new blog posts, but weekly posts will continue to be published on JonathanGiles.net. If you follow @FXExperience on Twitter, I suggest you also follow @JonathanGiles. This is not the end - just a consolidation of my online presence to make my life a little easier!

tl;dr: Follow me on Twitter and check for the latest news on JonathanGiles.net.

JavaFX links of the week, October 31

A number of great links this week – great work everyone! 🙂

  • Andreas Billmann has a post about Kotlin and TornadoFX. The guys working on TornadoFX are doing huge amounts of work!
  • Adrian Romero has been working on a pretty cool programmable calculator for mobile devices, making use of JavaFXPorts.
  • Speaking of JavaFX on mobile devices and JavaFXPorts, Gluon has released Gluon Mobile 4.0.0, which includes a frankly insane number of improvements.
  • Florian Brunner has released Drombler FX 0.8. Drombler FX is a modular JavaFX application framework. This release comes with support for ‘single instance’ applications, and an initial version of a data framework.
  • Christoph Nahr has a post about the JavaFX Spinner control, and using it to spin through numbers.

JavaFX links of the week, October 24

It’s another public holiday here in New Zealand today, so hopefully I churn this post out in record time. Anyway – a heap of great links this week (including a few I missed last week). Enjoy! 🙂

  • Gerrit Grunwald had two posts I missed last week – they are two more of his ‘Friday Fun’ posts. This time he has built a weather widget and a cool-looking timer control.
  • Jeff Frieson has an article about read-only properties in JavaFX. The article lacks a little clarity, so I was a little reticent to include it. The biggest issue is the fact that the methods are not final (although the class is, but I worry people won’t notice this). The methods not being final provides a huge issue if subclasses try to override the getter / setter methods and include logic (because then there are two code paths – setting via the setter and setting via the property method – and they do not overlap, resulting in unexpected behaviour at runtime. The standard rule applies – when creating getter / setter / property methods, always make them final.
  • Michael Hoffer has released ScaledFX 0.4.
  • A Kickstarter project has been started to fund a JavaFX version of the webs flexbox layout. It seems like the code (which already exists in some form) will be made available in the (currently empty) github repo should the funding be reached (otherwise presumably it will remain closed source). For those of you who didn’t attend JavaOne, the development of a flexbox layout for JavaFX was something that was proposed for a future JavaFX release (JDK 9 update or, more probably, JDK 10).

JavaFX links of the week, October 17

A quiet week this week, but there are a few good links for you to check out:

  • David Gilbert has released FXGraphics2D 1.5, an update to his library that provides a bridge from Java2D to the JavaFX Canvas.  This release provides an option (via rendering hints) to use the JavaFX text measurement API instead of the AWT equivalent.  This gives better results for text placement in JFreeChart.
  • Jeff Martin has posted a short video demonstrating the UI builder abilities of his SnapCode software, which can deploy to the desktop and browser.
  • Samir Hadzic has a blog post about TreeTableView and sorting.

JavaFX links of the week, October 10

A number of interesting links this week. Enjoy!