I want to create ChoiceBox which I want to call when I press the image below. Is there any to call ChoiceBox menu when I click on the image?
ChoiceBox cb = new ChoiceBox();
cb.setItems(FXCollections.observableArrayList(
"New Document", "Open ",
new Separator(), "Save", "Save as")
);