ControlsFX

A Popup Editor for JavaFX 8 / Part 2

Just a quick follow-up on the popup editor, which has been renamed to "PopOver". The current plan is to release it with the ControlsFX release 8.0.3 in early December. Jonathan and Eugene made me work hard for the last couple of days and I think the improvements to the control were worth it. It is more generic / flexible than before and it looks more elegant (the code, too). The biggest change is probably the move away from always using an accordion control inside the PopOver and instead using a more generic approach where any node can be set [...]

By |2021-02-18T13:42:32+01:00November 27th, 2013|ControlsFX, Java, JavaFX|7 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