JavaFX: How do i remove the prompt text in the ComboBox's list? -


i have combo box has prompt text "test".
combobox

say want remove prompt text in list in image below, how should it?
comboboxclear

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

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -