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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-16 06:04:52  来源:igfitidea点击:

Swing plugin for Eclipse Juno 4.2

javaeclipseswingeclipse-plugineclipse-juno

提问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:

解决这个问题很容易,只需遵循以下提示:

  1. Open your "Eclipse 4.2" (Eclipse Juno).
  2. Go to "Help" tab.
  3. Click in "Install new Software..."
  4. 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".
  5. Select all available updates and click "Next".
  6. Now just proceed the installation. Later you will need restart the Eclipse. Do that.
  1. 打开您的“Eclipse 4.2”(Eclipse Juno)。
  2. 转到“帮助”选项卡。
  3. 单击“安装新软件...”
  4. 将出现一个新窗口,在“输入或选择站点”字段中输入:“ http://dl.google.com/eclipse/inst/d2wbpro/latest/4.2”并按“Enter”。
  5. 选择所有可用更新,然后单击“下一步”。
  6. 现在只需继续安装。稍后您将需要重新启动 Eclipse。去做。

Good luck! :)

祝你好运!:)