I am using multiple JComboBox
in a single JPanel
. I was wondering what is the go to initial JComboBox
selection text?
For example I can put "None" but that will seem as if some value is already selected in the JComboBox
. I am using labels for which type of data they are so writing their type is unnecessary.
I can either put "" but something like "----" seems better. Is there a standard text when you want the user to select some value from JComboBox
?