How to convert a normal java project in intellij into a JavaFx project

后端 未结 5 1986
攒了一身酷
攒了一身酷 2020-11-29 07:35

I am currently using a normal java project (gradle project) and want to convert this into a JavaFx project without having to reimport the existing sources into a new Javafx

5条回答
  •  粉色の甜心
    2020-11-29 08:16

    Please keep in mind that your source(s) folder(s) has to be set correctly. See screenshot to get an idea what I mean..

提交回复
热议问题