ho aggiunto delle istruzioni al metodo finestra()
ora il metodo è così:


public void finestra()
{

JLabel testo=new JLabel();

JFrame f=new JFrame();

setLayout(null);
this.add(testo);

testo.setText("01Converter versione 2.0");
testo.setText("2010-2011 Created by H");
testo.setBounds(50,50,205,40);
testo.setForeground(Color.black);

f.setBackground(Color.gray);
f.setLocation(200,100);
f.setSize(120,120);
f.setVisible(true);

}
lasciando stare che ci sn componenti AWT e swing come mai quando schiaccio about nn succede nulla????
sembra che non prenda il fire sull'item