4
I am developing a program for a friend and I am using the Java language for this. I am using the Netbeans IDE that has the feature of building the user interface (UI) by drag n' drop, using Swing.
I have a lot of difficulty to build UI, I am very good in the back end, but I am very weak in the front end.
By my friend’s specifications I set up the UI that way:
Only I used an Absolute Layout, and when I try to maximize it looks terrible.
I wanted to know first how I can develop for a Full Screen.
And what are the layouts indicated to make this screen if it is not asking too much.
Already tried the free design?
– ptkato
as well as free desgin?
– avoid
If I’m not mistaken, there in the Netbeans prototyper has a layout option, I think it’s "free design", it comes as default.
– ptkato