Added a background loader, periods will now be loaded in the background. Left blue button wil now pauze / resume the period switcher

This commit is contained in:
jancoow
2014-10-23 17:49:16 +02:00
parent 85b6a9d448
commit d276efc53f
4 changed files with 374 additions and 188 deletions
+4 -1
View File
@@ -13,5 +13,8 @@ public class LangsteHittegolfPeriode extends Grootheid{
setPeriod(StatisticsCalculator.langsteHittegolfPeriode(list));
}
public void displayGraph()
{
}
}