Reported by Martin Desruisseaux on the openjfx mailing list.
"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."
"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."