Wil now show play and pauze icons, cleaner code for changing buttons & screens

This commit is contained in:
jancoow
2014-10-25 23:24:39 +02:00
parent 370bca2137
commit 923065bc99
6 changed files with 84 additions and 65 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package weerstation1;
package weerstation;
import java.util.ArrayList;
@@ -26,7 +26,7 @@ public class GraadDagen extends Grootheid{
}
public void display(){
GUIboard.writePageToMatrix("Aantal Graaddagen", graadDagen + "", "");
GUIboard.writePageToMatrix("Aantal Graaddagen", graadDagen + "", "", true, true);
}
public void displayGraph()