return colors[ (int)(Math.random() * colors.length) ];
cColor = newColor(); repaint();
g.setColor(cColor); Dimension s = getSize(); g.fillRect(0, 0, s.width, s.height);