Added supercool new startup animation

This commit is contained in:
Kenneth van Ewijk
2014-10-20 14:22:35 +02:00
parent bdf9370934
commit 9270ace560
3 changed files with 46 additions and 30 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ public class LangsteZomerPeriode extends Grootheid{
private Periode zomerPeriode;
//constructor
public LangsteZomerPeriode(Measurement measurement1, ArrayList<Measurement> measurement2, Periode totalePeriode){
public LangsteZomerPeriode(Measurement measurement1, ArrayList<Measurement> measurement2){
list = new ArrayList<Double>();
zomerPeriode = new Periode();
updateRecent(measurement1);