Merge branch 'develop' of https://github.com/ProjectGroepA2/Arcade into infoPanel

This commit is contained in:
Bilel Bghiel
2015-07-09 13:55:14 +02:00
13 changed files with 59 additions and 28 deletions
+4 -2
View File
@@ -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);