Click here to Skip to main content
15,867,750 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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?
Posted

1 solution

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).
 
Share this answer
 
Comments
[no name] 19-Feb-13 9:21am    
I know about netbeans but it is more a code editor but not a gui creator.
TorstenH. 19-Feb-13 10:16am    
there is a GUI Builder: http://netbeans.org/features/java/swing.html

It's also Window Builder for Eclipse available.

Most developers prefer to code themselves, especially when you want reusable, structured, maintainable code.
I personally use a GUI Creator only for "hit & run" - tasks.

[no name] 20-Feb-13 11:05am    
code by ourselves for gui would be so time consuming...
TorstenH. 21-Feb-13 4:46am    
not for a developer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900