import java.awt.*; import java.awt.event.*; import javax.swing.*; public class ButtonSmaller extends TextButton { ButtonSmaller (Model model) { super (model, Square.ButtonAction.SMALLER, "Smaller"); } }