JavaFX场景构建器去了哪里? [英] Where has the JavaFX scene builder gone?

查看:167
本文介绍了JavaFX场景构建器去了哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试找到难以捉摸的JavaFX场景构建器,以便我可以在Intellij中使用它。我在Windows操作系统上。

I am trying to find the elusive JavaFX scene builder so I can use it in Intellij. I am on Windows OS.

Oracle已经声明JavaFX场景构建器包含在新的下载中,但无论我如何搜索我都找不到它(参见 http://www.oracle.com/technetwork/java/javafx/downloads/index.html )。我认为他们已经链接到了错误的页面,谷歌搜索它让我无处可去。

Oracle have stated that the JavaFX scene builder is included in a new download, but no matter how I search I cannot find it (see http://www.oracle.com/technetwork/java/javafx/downloads/index.html). I think they have linked to the incorrect page and Googling for it is getting me nowhere.

我已经安装了Java 8 SDK并且工作正常。显然JavaFX现在包含在其中,但在Java文件夹中没有任何地方可以找到场景构建器,并且它似乎在网上完全丢失。

I already have Java 8 SDK installed and working fine. Apparently JavaFX is now included in that, but nowhere in the Java folder can I find the scene builder and it seems to be completely missing online.

请问有人可以帮忙吗?我只是想编写一个小的GUI程序,看起来JavaFX似乎是要走的路(如果不是那么随意消除我对这个概念的看法!)

Please can anyone help? I am just wanting to write a small GUI program and it seems like JavaFX is the way to go (if it isn't then feel free to disabuse me of this notion!)

推荐答案

使用JDK8u40,根据这个

With JDK8u40, according to this:


从Oracle Java SE 8u40开始,Oracle不提供一组单独的JavaFX Scene Builder二进制文件。如果您想提供更改,想法或只是让我们知道您对代码所做的工作,请参阅OpenJDK社区贡献指南并加入openjfx-dev邮件列表。

Starting with Oracle Java SE 8u40, Oracle does not provide a separate set of accompanying JavaFX Scene Builder binaries. If you would like to contribute changes, ideas or just let us know what you have done with the code, please consult the OpenJDK Community contribution guidelines and join the openjfx-dev mailing list.

你仍然可以在这个链接。但请检查此警告:

You can still download the last binary at Oracle in this link. But check this warning:


警告:这些版本的JavaFX Scene Builder可能包含不包含最新安全修补程序的组件,因此不建议使用用于生产。

WARNING: These versions of JavaFX Scene Builder may include components that do not contain the latest security patches and are not recommended for use in production.

这意味着它不包括8u40的最后更改,如新的 Spinner control。

This means it doesn't include the last changes of 8u40, like the new Spinner control.

替代品

项目是开源的,您可以在OpenJFX上找到更新的代码回购。因此,您可以自由下载并构建它。

The project is open source, and you can find the updated code at the OpenJFX repo. So you are free to download it and build it.

自从BSD许可证发布以来, Gluon 支持更新版本的Scene Builder,您可以从这里

Since its released under BSD license, Gluon is offering support for an updated version of Scene Builder, and you can download an installer for your platform or an executable jar from here.

此外,他们还有一个存储库,任何人都可以贡献。

Besides, they have an open repository where anybody can contribute.

这篇关于JavaFX场景构建器去了哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆