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 - Maven JavaFX FXML project wizard should allow editing of the name of the FXML file.
Summary: Maven JavaFX FXML project wizard should allow editing of the name of the FXML...
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P4 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 23:12 UTC by Lou Dasaro
Modified: 2013-09-11 23:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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