/** Paints "Pause" on the canvas. */ public void paintPauseScreen() { Graphics g = strategy.getDrawGraphics(); GamePainters.paintPauseScreen(g, this, board); strategy.show(); }