How do "professionals" make a GUI in java ?
Posted
by Jules Olléon
on Stack Overflow
See other posts from Stack Overflow
or by Jules Olléon
Published on 2010-04-11T14:09:39Z
Indexed on
2010/04/11
14:13 UTC
Read the original article
Hit count: 362
Thanks for your answers to my previous question about GUI in java. I now wonder what are the solutions chosen by professionals to get a nice GUI, for "real" applications. Do you use swing and JComponents and just change the "look and feel" ? Do you prefer awt or another library ?
Sorry if that question sounds weird, I'm a student and I don't really know how java is used in the real world...
© Stack Overflow or respective owner