Now, there is no method
(new ComboBox).setShowing(boolean);
but there is workaround:
(new ComboBox).ShowingProperty().setValue(boolean);
(new ComboBox).setShowing(boolean);
but there is workaround:
(new ComboBox).ShowingProperty().setValue(boolean);