I'm developing a program for a friend and I'm using the Java language for this. I'm using the Netbeans IDE which has the feature of building the user interface (UI) by drag n 'drop, using Swing.
I have a lot of trouble building UI, I'm pretty good on the back end, but I'm pretty weak on the front end.
From my friend's specs I put the UI in this way:
I just used an Absolute Layout, and when I try to maximize it gets horrible.
I wanted to know first how I can develop for a Full Screen.
And what layouts are meant to make this canvas if you do not order too much.