Creating a simple interface
843805Feb 22 2006 — edited Feb 23 2006I find it very difficult to create a simple GUI in Java. I am struggling with the layout managers, but the windows still look weird most of the time.
I have had some experience with Visual Basic, and I must say I found it much easier to create a nice interface within minutes. Why should it be this tough in Java?
Is using the Swing layout managers the only way to create an interface, or can I switch to another way of making GUI's?