g.fillRect(width / 2 - 3, width / 2 - 3, width / 2 + 6, 3 * width / 2 + 6);
g.setColor(Color.black);
g.drawRect(width / 2 - 3, width / 2 - 3, width / 2 + 6, 3 * width / 2 + 6);
g.setColor(top);
g.fillOval(width / 2, 1 * width / 2, radius, radius);
g.setColor(Color.black);
g.drawOval(width / 2, 1 * width / 2, radius, radius);
g.setColor(middle);
g.fillOval(width / 2, 2 * width / 2, radius, radius);