Well, it depends on what you mean by Full Screen size GUI. If you mean Full Screen Mode as in no title bars, no OS access, etc, Rob is on the right track. Take a look at
this.
If you just want the Frame maximized setExtendedState is the way to go but you must call it
after the UI is realized. So after setVisible(true).