views:

63

answers:

1

I have written a program with flow layout, in Java, using Swing Framework. How do I change it to use group layout?

+2  A: 

You may want to start with the Java Tutorials on GroupLayout.

Joey