Java desktop links of the week, August 25

Another week of links. Enjoy! :-)

JavaFX

  • I rolled out yet another Scenic View 8.0.0 developer preview build to get more feedback. This build included subscene support, hugely improved linux support, and some support for running Scenic View as an agent again (although I'm told it isn't perfect yet). There will probably be another Scenic View developer preview build again this week as I work towards a final release (most probably this side of JavaOne).
  • Matthias Meidinger has put up a website for AeroFX, his JavaFX stylesheet that attempts to bring the Windows 7 style to JavaFX. It's looking excellent so far - you can see screenshots on the github page.
  • Dirk Lemmermann put up two more tips this week. Tip #13 is to study the Modena CSS file, and tip #14 is about StackPane children, or as he puts it, 'hidden but not gone'. I should note that in this case, Gilberto has some excellent advice - use the managed property on the children node that you do not want to include in the layout. This is by far the most optimal approach, rather than adding / removing children from the scenegraph.
  • Nick Sabey has posted about 'NASA Conjunction Assessment with JavaFX and the NetBeans Platform'.
  • Jens Deters has posted a 'poor mans input constraints' implementation. I'm also very happy to note that his main complaint - a lack of a 'JFormattedText' control in JavaFX will be resolved in JavaFX 8u40, as already the TextField control has been improved to support formatted text input (see RT-14000).
  • The IDR Solutions blog has a post on how to mix TreeView nodes in JavaFX.
  • Niels Gundermann has posted update 10 of his JavaFX 3D editor.
  • William Antônio has posted part four of his series on JavaEE, JavaFX and RFID.

Catch you all next week!

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