how to make a similer autocomplete combobox in javafx 2.x using modern .fxml and controller.java as this one is made
http://blog.ngopal.com.np/2011/07/04/autofill-textbox-with-filtermode-in-javafx-2-0-custom-control/
above mentioned demo is messy and hard to configure and be independant (requires some jars)
Ensemlbe — a sample included into the standard set has similar control. It’s opensourced, so you can download it and take a look into sources:
http://www.oracle.com/technetwork/java/javase/overview/javafx-samples-2158687.html
take a look at
SearchBox.java