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 -1
View File
@@ -1,3 +1,4 @@
package weerstation;
import java.util.ArrayList;
public class LangsteRegenPeriode extends Grootheid{
@@ -25,7 +26,7 @@ public class LangsteRegenPeriode extends Grootheid{
public void display()
{
GUIboard.writePageToMatrix("Langste Regen Periode", regenPeriode.toString(), "");
GUIboard.writePageToMatrix("Langste Regen Periode", regenPeriode.toString(), "", true, true);
}
public void displayGraph()