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 235848

Summary: Maven JavaFX FXML project wizard should allow editing of the name of the FXML file.
Product: javafx Reporter: Lou Dasaro <mr_lou_d>
Component: ProjectAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.0   
Hardware: PC   
OS: Windows 8   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lou Dasaro 2013-09-11 23:12:16 UTC
In NB 7.4, when creating a new JavaFX FXML project, the default name for the FXML file is FXMLDocument and the controller is named FXMLDocumentController.
The FXML file name can be changed in the project wizard to Foo, in which case the generated controller is named FooController.

The Maven JavaFX FXML project wizard should allow editing of the name of the FXML file in the same manner as the JavaFX FXML project wizard.

See also Bug 235847, Bug 233493, and Bug 214381