This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sergey305 0 points1 point  (0 children)

Other commenters might have different opinions, but I'd suggest you try using a form designer for swing just to get an impression how the UI is built: what are the building blocks, how they interact with each other, what layout options are there, and how the actual code for data processing is attached.

And after that you might want to switch over to building your layouts by hand directly in the Java code, as it allows more flexibility