Removed border

This commit is contained in:
2015-06-13 19:30:40 +02:00
parent 3fcefa6df5
commit e3a15dc28b
+1 -1
View File
@@ -30,7 +30,7 @@ public class DifficultyButton {
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-2, 0-2, 304, 79);
g2.setColor(color);
Font textFont2 = new Font("OCR A Extended", Font.BOLD, 50);