ChoiceBoxBuilder.<String>create() is error. How to fix?
Dr. Michael Paus
mp at jugs.org
Mon Oct 22 11:39:02 PDT 2012
And why is this JIRA entry again secrect so that nobody outside of
Oracle can read it?
Am 22.10.2012 19:06, schrieb Eva Krejcirova:
> 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<String> choiceBox = ChoiceBoxBuilder.<String>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
>>
--
--------------------------------------------------------------------------------------
Dr. Michael Paus, Chairman of the Java User Group Stuttgart e.V. (JUGS).
For more information visit www.jugs.de.
More information about the openjfx-dev
mailing list