Updated the timer to show two decimals for the seconds.

#story[572]
This commit is contained in:
Zhi You Tan
2017-05-01 18:49:58 +12:00
parent 5b027a29d8
commit 3adadcc1e1
3 changed files with 24 additions and 12 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ public class App extends Application
sr = new StreamReceiver("localhost", 8085, "RaceStream");
}
else{
// sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941,"RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941,"RaceStream");
// sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("localhost", 8085, "RaceStream");
}