// amount JLabels JLabel amount0 = new JLabel("Amount"); JSpinner amount1= new JSpinner(new SpinnerNumberModel(0,0,50,1)); JSpinner amount2= ne