Minor typo in CheckBox Javadoc
Martin Desruisseaux
martin.desruisseaux at geomatys.fr
Wed May 30 11:10:15 PDT 2012
Hello Richard
I noticed the Mercurial push :-). Thanks for fixing
I didn't knew however that a JIRA task had to be created for minor typos
of this kind. I presume that creating a JIRA task rather than emailing
on this list is the preferred way if I come across other typos?
Martin
Le 30/05/12 18:26, Richard Bair a écrit :
> Thanks Martin, I've pushed a fix which should show up in next weeks build.
> http://javafx-jira.kenai.com/browse/RT-21914
>
> On May 28, 2012, at 2:22 PM, Martin Desruisseaux wrote:
>> There is a very minor typo in the example code provided in this page:
>>
>> http://docs.oracle.com/javafx/2/api/javafx/scene/control/CheckBox.html
>>
>> The following line:
>>
>> Checkbox cb = new Checkbox("a checkbox");
>>
>> should have an upper-case "B" for "CheckBox". With the lower-case letter, the NetBeans auto-completion imports the java.awt.Checkbox class instead than the JavaFX one.
More information about the openjfx-dev
mailing list