import java.awt.*; import java.awt.event.*; import javax.swing.*; public class ButtonRight extends ArrowButton { ButtonRight (Model model) { super (model, Square.ButtonAction.RIGHT, Direction.RIGHTARROW); } }