How to convert existing Java project to JavaFX project on NetBeans?

喜夏-厌秋 提交于 2019-12-08 05:13:29

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!