使用 Java 学习 Eclipse 可视化编辑器 Swing
我正在尝试使用 Eclipse Visual Editor 和 Swing 为学校创建一个 java GUI 项目。但我在学习这一点时遇到了很多问题,因为这是我第一次制作 GUI。
就像当我将 JPanel 拖到屏幕中时,它会为其创建一个函数,但我如何在单独的文件中调用它?
我想我的问题是有谁知道有什么好的资源可以帮助我学习如何使用可视化编辑器(链接、书籍、YouTube 视频、示例)?
谢谢=]
I am trying to create a java GUI project for school using Eclipse Visual Editor with Swing. But i am having a lot of issues learning this since this is the first time i am making a GUI.
Like when i drag JPanel into my screen, it creates a function for it, but how do i call it in a separate file?
I guess my question is does anyone know of any good resources that can help me learn how to use visual editor (links, books, youtube videos, examples)?
Thanks =]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里有一些使用可视化编辑器的教程。
http://www.ibm.com/developerworks/opensource/library/os -ecvisual/
和
http://www.cs.siu.edu/~wainer/ 484S05/visEdit/eclipseVE.pdf
这是Swing 教程
Here are a couple of tutorials for using the Visual Editor.
http://www.ibm.com/developerworks/opensource/library/os-ecvisual/
and
http://www.cs.siu.edu/~wainer/484S05/visEdit/eclipseVE.pdf
Here is the Swing Tutorial
如果您正在学习创建 swing 应用程序并且需要一个可视化编辑器;那么我想您应该使用 NetBeans IDE。
http://netbeans.org/
If you are learning to create swing application and you need a visual editor for that; then I suppose you should be using NetBeans IDE.
http://netbeans.org/
或者 Google Toolkit 带,带有 Eclipse 中的窗口构建器;)
Or Google Toolkit belt, with window builder in Eclipse ;)