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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -