|
|
@@ -29,9 +29,11 @@ public class DifficultyButton {
|
|
|
g2.setColor(Color.WHITE);
|
|
|
g2.fillRect(0, 0, 300, 75);
|
|
|
g2.setColor(Color.ORANGE);
|
|
|
- g2.drawRect(0, 0, 300, 75);
|
|
|
- //g2.drawRect(0-2, 0-2, 304, 79);
|
|
|
|
|
|
+// g2.drawRect(0, 0, 300, 75);
|
|
|
+// g2.drawRect(0-2, 0-2, 304, 79);
|
|
|
+ g2.drawRect(0, 0, 304, 79);
|
|
|
+ g2.drawRect(2, 2, 300, 75);
|
|
|
g2.setColor(color);
|
|
|
Font textFont2 = new Font("OCR A Extended", Font.BOLD, 50);
|
|
|
g2.setFont(textFont2);
|