简体   繁体   English

Mac OSX for Intellij IDEA中的JavaFX场景构建器可执行文件在哪里?

[英]Where is the JavaFX scene builder executable in Mac OSX for Intellij IDEA?

I am creating a JavaFX 2 application using Intellij IDEA in Mac OSX and can't find the scene builder executable. 我在Mac OSX中使用Intellij IDEA创建JavaFX 2应用程序,但找不到场景构建器可执行文件。 My application runs fine but I am doing some complicated UI designs that I would like to be able to manipulate in scene builder. 我的应用程序运行正常,但我正在做一些复杂的UI设计,我希望能够在场景构建器中操作。 Do I need to install it manually? 我需要手动安装吗? If so, where do I get the correct version of scene builder? 如果是这样,我在哪里可以获得正确版本的场景构建器? I thought it was included with the JDK. 我认为它包含在JDK中。 I am using JDK 7u45. 我使用的是JDK 7u45。

Yes, you need to download Scene Builder manually. 是的,您需要手动下载Scene Builder。 It is available on JavaFX download site . 它可以在JavaFX下载站点上找到 The stable version is 2.0, so you most probably want to use this version. 稳定版本是2.0,所以你很可能想要使用这个版本。

It is not bundled with JDK, most probably because of different licence. 它不与JDK捆绑在一起,很可能是因为许可证不同。

It seems that the tool is going to be released as source code only . 似乎该工具将作为源代码发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM