super.init();
Window w = sm.getFullScreenWindow();
w.addMouseListener(this);
w.addMouseMotionListener(this);
w.addMouseWheelListener(this);
w.addKeyListener(this);
}
public synchronized void draw(Graphics2D g) {
Window w = sm.getFullScreenWindow();
g.setColor(w.getBackground());