Hi all, and welcome to another JavaFX links post. This week we have a special guest editor (because I’m at JavaOne this week). I’ll leave him to introduce himself – enjoy the links folks! 🙂
Hi. I’m Josh Marinacci, former member of the JavaFX team. Jonathan Giles and the rest of the JavaFX crew are insanely busy preparing for JavaOne, so I’ll be your editor for this week’s links. If you are attending JavaOne this year be sure to see some of the stellar JavaFX talks.
- JavaFX Scenic View 1.2.0 is released! It’s got a ton of new features including event monitoring, javadoc browsing, and my personal favorite ‘context menus’. I have to say, Scenic View is really starting to look quite nice.
- Pixel Duke blogs how to zoom the contents of a scrollpane.
- Geertjan has photos of him rotating a JavaFX chart and a Steel Series component using a Tinkerforge device. Very cool!
- Jose Pereda shows how to get JavaFX running on the WeTab tablet.
- From 10/29 to 11/11 Stephen Chin will be cycling across Europe on The NightHacking Tour, The Road to Devoxx. Along the way he will be stopping at many user groups and hacking spots. To be a part of the events you can join him in person or watch the live streams.
- Daniel Marell shows how to build JavaFX projects with Maven
- Nice screenshots of MINT Software Systems newest release of their Training Management System, written in JavaFX. Very nice use of the JavaFX charting library.
- Oscar Lantz shows how to code a very nice analog clock in JavaFX
- JavaFX GUI released in Japanese
- Angry Nerds in JavaFX
- William blogs how to show object properties in a table view with JavaFX
- The video version of JavaFX and Scala in the Cloud presented by Stephen Chin and Andrew Phillips at JAXConf.
- E(fx)clipse 0.1.1 is released
- Patrick Champion pulls together his previous blogs on custom components with FXML and a JAX-RS 2.0 client into a single JavaFX app to consume REST services.
- An explanation of the JavaFX packaging tools changes in JDK 7 update 10.
Thanks to Josh for the help this week, it was much appreciated.
Hi,
I created custom TableView designed to display and edit java POJO object. The code and the Java Web Start application are available in this article: http://panfex-panemu.rhcloud.com/ . However, it still work in progress.
Feel free to share it.
Thanks,