comunque è bastato aggiungere queste tre righe ed il gioco è fatto grazie...
codice:
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
		this.setLayout(new FlowLayout(FlowLayout.LEFT));   JPanel panelCenter = new JPanel();