java - Netbeans/JavaFX Application Subclass Missing -


when create new javafx application in netbeans 7.3 (and choose "create application class") no such class created. not package -- empty default package.

i assume create manually extending 'application' class maybe behaviour symptomatic of setup anomaly.

any idea why happens? btw, had same issue netbeans 7.1.

cheers!

i cannot replicate issue.

this works me. in netbeans 7.3:

  1. create new javafx project:

    file | new project | javafx | javafx application (click next)

  2. enter project name, example testproject (click `finish):

    the screen has checked checkbox create application class. default application class name testproject.testproject can edit default application class name change , package located in if like.

  3. a skeleton application class created:

    the testproject class extends application , resides in testproject package.


to create more applications in same project:

  1. right click on project, choose:

    new | other | javafx | javafx main class (click next).

  2. enter class name, example newfxmain

  3. from package drop down choose project package, example testproject (click finish).

  4. another skeleton application class created:

    the newfxmain class extends application , resides in testproject package.

newjavafxclass


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -