I am new at using graphic interface for java.
I need to do a layout for my program in java to look something like this
http://i1184.photobucket.com/albums/z321/Rbn_Veiga/Picture111.jpg
I am new at using graphic interface for java. I need to do a
Share
Seems like GridBagLayout will fit. You can see tutorial here.