Java 8

JavaFX “Missing Features” Survey Results

I recently conducted a survey asking the community to tell me which features they are missing the most in JavaFX 8. The survey has been closed by now. It received over 100 submissions from various people, various companies, various industries. Overall the participants very quite satisfied with JavaFX so I would argue that the feedback was submitted by people who really care about the platform and would like to see it evolve over time. The following chart shows the exact distribution of the answers given by the participants when asked how satisfied they were with JavaFX. Categories / Issue [...]

By |2021-02-18T13:42:26+01:00January 25th, 2016|Java, JavaFX|0 Comments

A Popup Editor for JavaFX 8

For the last couple of months I had the pleasure of working with JavaFX 8 in order to implement a sophisticated user interface for a planning and scheduling application. One of the features needed was a way to perform "in-place" editing, meaning a way to quickly edit some basic attributes of a user selected object. Following the principle "if you can't innovate, imitate" I took a look at how Apple is doing these kinds of things and surely enough iCal showed me everything I needed to know. iCal - The Role Model In iCal, when the user double clicks [...]

By |2021-02-18T13:42:32+01:00November 19th, 2013|ControlsFX, Java, JavaFX|13 Comments