ChoiceBox vs ComboBox
cshApr 23 2012 — edited Apr 23 2012ChoiceBox vs ComboBox: What should I use.
When do I use ChoiceBox, when do I use ComboBox?
At first glance they seem to be equal in their basic behavior. ComboBox seems more flexible (e.g. you can use your own CellFactory), while ChoiceBox can only display strings, correct?
Is ChoiceBox obsolete now?