Salve, vorrei sapere come posizionare un bottone?
Perchè non me lo posiziona?codice:JButton Salva=new JButton("Salva"); f.getContentPane().add(Salva,BorderLayout.SOUTH); Salva.setLocation(200,250);
Salve, vorrei sapere come posizionare un bottone?
Perchè non me lo posiziona?codice:JButton Salva=new JButton("Salva"); f.getContentPane().add(Salva,BorderLayout.SOUTH); Salva.setLocation(200,250);