Need to customize combobox in javafx with xml data
问题 I need to display the javafx tree table with values read from XML file. I am able to do it as shown below, I am able to add color to the combo box as shown But when I collapse the tree the color which is set still remains the same, as shown here How can I change it back to normal? This is the piece of code I tried for changing color to the combobox where dojColumn is a column to display "Status" dojColumn.setCellFactory(new Callback<TreeTableColumn<TestSet, String>, TreeTableCell<TestSet,