ChoiceBoxBuilder.create() is error. How to fix? (original) (raw)
Eva Krejcirova eva.krejcirova at oracle.com
Mon Oct 22 10:06:48 PDT 2012
- Previous message: ChoiceBoxBuilder.create() is error. How to fix?
- Next message: ChoiceBoxBuilder.create() is error. How to fix?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
This is a bug on JavaFX side, it's reported in JIRA as http://javafx-jira.kenai.com/browse/RT-24272 and we need to fix it. Unfortunately, currently there is no other solution for this than to create ChoiceBox directly (and not to use the builder).
Regards, Eva
On 22.10.2012 0:47, Tadashi Ohmura wrote:
Hello everyone
ChoiceBox choiceBox = ChoiceBoxBuilder.create() .items( FXCollections.observableArrayList("New", "Open", "Save", "Exit") ) .build();
The method create() is ambiguous for the type ChoiceBoxBuilder at Java8. It is OK at Java7. Plese teach me how to fix this error? Best regards Tadashi Ohmura
- Previous message: ChoiceBoxBuilder.create() is error. How to fix?
- Next message: ChoiceBoxBuilder.create() is error. How to fix?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]