尝试集成 NetBeans 和 Gluon SceneBuilder
Trying to integrate NetBeans and Gluon SceneBuilder
你能给我一些建议吗,因为所有这些 YouTube 视频似乎都不是在我的宇宙中创建的
我的 NetBeans 8.1 中缺少 Javafx 选项卡;
我下载了 Gluon 插件,它要求 Gradle 支持;
我下载了 Gradle 支持插件,它需要 Groovy 支持
Groovy 支持是一个 jar 文件,我将其添加为 libraby,但 sys 一直告诉我:
**
Some plugins require plugin org.netbeans.modules.groovy.support to be installed. The plugin org.netbeans.modules.groovy.support is
requested in version 1.40.1. The following plugin is affected:
Gradle Support Some plugins require capability cnb.org.netbeans.gradle.project No plugin providing the capability
cnb.org.netbeans.gradle.project could be found. The following plugin
is affected: Gluon Plugin Some plugins require capability
cnb.org.netbeans.modules.groovy.kit No plugin providing the capability
cnb.org.netbeans.modules.groovy.kit could be found. The following
plugin is affected: Gradle Support Some plugins not installed
to avoid potential installation problems.
Sorry If it is painful to read but it's even more painful to fix. I am pretty sure there should exist a normal way to do it...All the story is written in Ubuntu btW
**
我想你可能想错了。
如果您正在尝试使用 Scene Builder 创建 FXML 文件,我想我可以提供帮助。
当您使用场景生成器创建 FXML 文件时,您可以将其添加到 Netbeans 包中,如下所示:
FMXL File in Netbeans
然后您创建一个新的 class 来扩展应用程序 class,如下所示:
Controller Class for FXML
你能给我一些建议吗,因为所有这些 YouTube 视频似乎都不是在我的宇宙中创建的
我的 NetBeans 8.1 中缺少 Javafx 选项卡;
我下载了 Gluon 插件,它要求 Gradle 支持;
我下载了 Gradle 支持插件,它需要 Groovy 支持
Groovy 支持是一个 jar 文件,我将其添加为 libraby,但 sys 一直告诉我: **
Some plugins require plugin org.netbeans.modules.groovy.support to be installed. The plugin org.netbeans.modules.groovy.support is requested in version 1.40.1. The following plugin is affected: Gradle Support Some plugins require capability cnb.org.netbeans.gradle.project No plugin providing the capability cnb.org.netbeans.gradle.project could be found. The following plugin is affected: Gluon Plugin Some plugins require capability cnb.org.netbeans.modules.groovy.kit No plugin providing the capability cnb.org.netbeans.modules.groovy.kit could be found. The following plugin is affected: Gradle Support Some plugins not installed to avoid potential installation problems. Sorry If it is painful to read but it's even more painful to fix. I am pretty sure there should exist a normal way to do it...All the story is written in Ubuntu btW
**
我想你可能想错了。 如果您正在尝试使用 Scene Builder 创建 FXML 文件,我想我可以提供帮助。 当您使用场景生成器创建 FXML 文件时,您可以将其添加到 Netbeans 包中,如下所示: FMXL File in Netbeans
然后您创建一个新的 class 来扩展应用程序 class,如下所示: Controller Class for FXML