// AWT
this.setLayout( new GridBagLayout() );

// Swing
Container contentPane = this.getContentPane();
contentPane.setLayout( new GridBaglayout() );