return new Dimension(100, 100);
super.paintComponent(g); g.setColor(Color.red); g.fillRect(rectX, rectY, rectWidth, rectHeight);