This application demonstrates a bug in TreeView’s selectionModel involving multiple selections. I noticed this bug while I was working on my JavaFX applications, and tried to isolate it into this ...
In recent posts on JavaFX, I have focused on using JavaFX 2.0’s new Java APIs without use of the JavaFX 1.x’s JavaFXScript and without use of JavaFX 2.0’s new FXML. All of these examples have been ...