How to create interface in java [closed]
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
Seems like GridBagLayout will fit. You can see tutorial here.
that about lots of JPanel (with LineBorder), and JComponents are layed with different LayoutManagers
精彩评论