问题
I have a regular Java project on NetBeans 7.2.1 and I want to convert it to JavaFX project. Is there an automatic way to do that or do I have to create a new project and import my sources to it?
回答1:
There is no conversion utility in NetBeans 7.2.1 to make a regular NetBeans java project into a JavaFX project - create a new JavaFX project and import your old sources into it.
来源:https://stackoverflow.com/questions/14202740/how-to-convert-existing-java-project-to-javafx-project-on-netbeans