Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -465,7 +465,7 @@ public class UserInterface extends JFrame{
|
|||||||
JLabel idlabel = new JLabel("ID");
|
JLabel idlabel = new JLabel("ID");
|
||||||
JTextField id = new JTextField(5);
|
JTextField id = new JTextField(5);
|
||||||
JButton aggiungi_a_carrello = new JButton("Aggiungi al Carrello");
|
JButton aggiungi_a_carrello = new JButton("Aggiungi al Carrello");
|
||||||
JLabel prodotti_nel_carello = new JLabel(" Corrello: " + Carrello.size() + " Prodotti");
|
JLabel prodotti_nel_carello = new JLabel(" Carrello: " + Carrello.size() + " Prodotti");
|
||||||
JButton acquista = new JButton("Completa Acquisto");
|
JButton acquista = new JButton("Completa Acquisto");
|
||||||
|
|
||||||
class aggiungi_al_carrello_action implements ActionListener {
|
class aggiungi_al_carrello_action implements ActionListener {
|
||||||
|
|||||||
Reference in New Issue
Block a user