Sideline Events
Events are things that happen to programs (other than errors)
// Process user's action on the input2
public void actionPerformed(ActionEvent e) {
number1 = Integer.parseInt( input1.getText() );
number2 = Integer.parseInt( input2.getText() );