Create a button in Java
JButton AddButton = new JButton(); AddButton.setText("+"); AddButton.setBounds(0,300,100,50); panel.add(AddButton);