简体   繁体   English

Eclipse Juno 4.2的Swing插件?

[英]Swing plug-in for Eclipse Juno 4.2?

What open-source eclipse plugin do I install to program with/in Java Swing? 我用Java Swing编程安装什么开源eclipse插件?

I have Eclipse Juno (4.2?) installed and everything is running good so far. 我安装了Eclipse Juno(4.2?),到目前为止一切运行良好。

Thanks. 谢谢。

Swing donot require any plugin to run, Swing library is an official Java GUI toolkit released by Sun Microsystems. Swing donot需要运行任何插件,Swing库是Sun Microsystems发布的官方Java GUI工具包。 It is used to create Graphical user interfaces with Java. 它用于使用Java创建图形用户界面。

You can follow this LINK to setup and run you first program, based on Swing.. 您可以按照此链接设置并运行第一个程序,基于Swing ..

And for more details, GOOGLE IT! 欲了解更多详情,GOOGLE IT! It will provide you more than enough information that you need. 它将为您提供所需的足够信息。

Hope this helps out. 希望这会有所帮助。 Cheers! 干杯! :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM