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

Summary: New Empty FXML Wizard does not allow creating Controller class in other package than FXML
Product: javafx Reporter: Petr Somol <psomol>
Component: ProjectAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:
Bug Depends on: 209803    
Bug Blocks:    

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