JavaFX: How do i remove the prompt text in the ComboBox's list? -
i have combo box has prompt text "test".
say want remove prompt text in list in image below, how should it?
thank you.
i think best way create custom cellfactory , write new listcell class. here can add logic: http://docs.oracle.com/javafx/2/api/javafx/scene/control/listcell.html
Comments
Post a Comment