Large tidying of RaceViewController class. Fixing updating for combo boxes

#story[955]
This commit is contained in:
William Muir
2017-05-16 15:06:01 +12:00
parent 51f090324a
commit 2d5a7a8a49
5 changed files with 95 additions and 203 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ public class App extends Application
}
//Change the StreamReceiver in this else block to change the default data source.
else{
sr = new StreamReceiver("localhost", 4949, "RaceStream");
// sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("localhost", 4949, "RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
}