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

查看:25
本文介绍了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.

您仍然可以在此中下载 Oracle 的最后一个二进制文件链接.但请检查此警告:

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 控件.

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

替代方案

该项目是开源的,您可以在 OpenJFX repo.所以你可以自由下载并构建它.

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天全站免登陆