This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 212020 - New Empty FXML Wizard does not allow creating Controller class in other package than FXML
Summary: New Empty FXML Wizard does not allow creating Controller class in other packa...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on: 209803
Blocks:
  Show dependency tree
 
Reported: 2012-05-03 13:43 UTC by Petr Somol
Modified: 2013-05-29 13:13 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Somol 2012-05-03 13:43:24 UTC
In New File->JavaFX->Empty FXML wizard choose Use Java Controller->Generate new one. The TextField allows only entering a unqualified name; it is not displayed where the class will be created. The class is created always in the same package as the FXML file, but it would be better to allow placing the class in arbitrary package. This is also inconsistent with the "use existing class" choice, where full class name is displayed after the class is selected by file dialog.

Also, the various wizard windows have truncated labels: "FXML Na...",
"Controller...", "CSS File Na..."
Comment 1 Petr Somol 2013-05-29 13:13:06 UTC
resolved as part of Issue #220520