用于 Eclipse Juno 的 GUI 生成器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11555343/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
GUI Builder for Eclipse Juno
提问by Spook
Do you know any GUI builder for SWT, which is compatible with Eclipse Juno (4.2)?
您知道与 Eclipse Juno (4.2) 兼容的 SWT 的任何 GUI 构建器吗?
回答by dunni
The correct entry site for the window builder would be http://www.eclipse.org/windowbuilder/. The Google update sites still work, but the Window Builder is now an Eclipse project, and the main update sites are hosted at Eclipse. There you'll find also the link to the official update site for Juno (http://download.eclipse.org/windowbuilder/WB/release/R201206261200/4.2/) and a link for a ZIP download of the update site.
窗口构建器的正确入口站点是http://www.eclipse.org/windowbuilder/。Google 更新站点仍然有效,但 Window Builder 现在是一个 Eclipse 项目,主要更新站点托管在 Eclipse。您还可以在那里找到 Juno 官方更新站点的链接( http://download.eclipse.org/windowbuilder/WB/release/R201206261200/4.2/) 和更新站点的 ZIP 下载链接。
回答by Spook
Uh... this one was quick. Nevertheless I'll leave this question for everyone, who encounters the same problem, because as for now there are quite few or none official GUI builders for Juno.
呃……这个很快。尽管如此,我还是将这个问题留给遇到相同问题的每个人,因为就目前而言,Juno 的官方 GUI 构建器很少或没有。
I was misguided by the Window Builder download site (https://developers.google.com/java-dev-tools/download-wbpro), which does not include a link for Juno. Attempt to install the 3.7 version in Juno will fail.
我被 Window Builder 下载站点 (https://developers.google.com/java-dev-tools/download-wbpro) 误导了,该站点不包含 Juno 的链接。尝试在 Juno 中安装 3.7 版本将失败。
However, it seems, that repository for Juno actually exists. The trick is to modify the repository URL:
但是,看来 Juno 的存储库确实存在。诀窍是修改存储库 URL:
Name: Window Builder Plugin URL: http://dl.google.com/eclipse/inst/d2wbpro/latest/4.2
名称:Window Builder 插件网址:http: //dl.google.com/eclipse/inst/d2wbpro/latest/4.2
Window Builder then installs correctly.
Window Builder 然后正确安装。