Java Eclipse Juno 4.2 的 Swing 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16267093/
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
Swing plugin for Eclipse Juno 4.2
提问by Paladini
I updated my Eclipse from Indigo to Juno 4.2, but I don't find the "Swing Plugin" for Eclipse.
我将 Eclipse 从 Indigo 更新到 Juno 4.2,但我没有找到 Eclipse 的“Swing 插件”。
I need the swing in Eclipse, I don't like NetBeans, so, there's some way to use Swing in Eclipse?
我需要在 Eclipse 中使用 Swing,我不喜欢 NetBeans,所以,有什么方法可以在 Eclipse 中使用 Swing?
Where I can find that for download? How add Swing to Eclipse Juno 4.2?
我在哪里可以找到下载?如何将 Swing 添加到 Eclipse Juno 4.2?
采纳答案by Paladini
It's easy to solve this problem, just follow these tips:
解决这个问题很容易,只需遵循以下提示:
- Open your "Eclipse 4.2" (Eclipse Juno).
- Go to "Help" tab.
- Click in "Install new Software..."
- A new window will appear, in the field "type or select a site" put: "http://dl.google.com/eclipse/inst/d2wbpro/latest/4.2" and press "Enter".
- Select all available updates and click "Next".
- Now just proceed the installation. Later you will need restart the Eclipse. Do that.
- 打开您的“Eclipse 4.2”(Eclipse Juno)。
- 转到“帮助”选项卡。
- 单击“安装新软件...”
- 将出现一个新窗口,在“输入或选择站点”字段中输入:“ http://dl.google.com/eclipse/inst/d2wbpro/latest/4.2”并按“Enter”。
- 选择所有可用更新,然后单击“下一步”。
- 现在只需继续安装。稍后您将需要重新启动 Eclipse。去做。
Good luck! :)
祝你好运!:)