Minor typo in CheckBox Javadoc
Richard Bair
richard.bair at oracle.com
Wed May 30 11:12:51 PDT 2012
Ya that would be great. It is a bother, but we're trying to move to the one-fix one-JIRA world so that we can keep track of everything that happens (among other reasons, so that when we report numbers to management we've got an accounting for all the work we've been doing :-)).
Richard
On May 30, 2012, at 11:10 AM, Martin Desruisseaux wrote:
> 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