为Java创建图形/ GUI

问题描述:

Java是目前最流行的编程语言,但人们如何处理它的图形或gui部分呢?它没有像微软的C#那样的视觉工作室套件。根据我的理解,Java非常适合大型编程项目,但人们如何在合理的时间表内为Java创建图形或gui?此外,Java是否适合中小型编程任务?

Java is the most popular programming language nowadays but how do people deal with the graphic or gui part of it? It doesn'' have visual studio kind of kit like C# with Microsoft. From my understanding, Java is very good for big programming project, but how can people create graphic or gui for Java with reasonable time schedule? Besides, is Java good for middle to small size of programming task?

你不应该问这样的问题:



- 使用netbeans。

http://netbeans.org/ [ ^ ]



- 请阅读教程:

http://docs.oracle.com/javase/tutorial/uiswing/index.html [ ^ ]



看一些书(它就像是一个额外的监视器)。
You should not ask questions like this:

- Use netbeans.
http://netbeans.org/[^]

- Read in the Tutorials:
http://docs.oracle.com/javase/tutorial/uiswing/index.html[^]

and take a look at some books (it''s like an additional monitor thingy).