Monthly Archives: October 2014

Custom editor components in JavaFX TableCells

27-Oct-14

There’s a lot of confusion about custom editor components in TableCells for JavaFX applications. The problem: Someone (like me) implements a custom TableCell with a DatePicker or a ColorPicker for example. A naive solution maybe looks like this. That works in so far that the value is correctly displayed in the ColorPicker and the ColorPicker […]

Read the complete article »