public Surface() { setBackground(BLACK); addMouseListener( new MouseAdapter() { public void mouseClicked(MouseEvent e) { if (thread == null) start(); else stop(); } }); }
public WindingRule() { setBackground(WHITE); }
public Tree() { setBackground(WHITE); }