// initialize a button Button b = new Button("button"); //b is the button object and // the string "button" is the text on the button