Porbier mal das mit dem GridBagLayout:
this.panel.add( new JLabel("was auch immer"), new GridBagConstraints( 0, 0, 1, 1, 1, 1, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0,0,0,0), 0, 0 ));
Die Ausrichtung und Größe des Texts innerhalb des JLabel mußt du aber noch selber ändern.