|
|
|
@ -30,5 +30,4 @@ public class Constants {
|
|
|
|
new BoatInRace("Groupama Team France", 25.0, Color.ORANGE, "FRA"),
|
|
|
|
new BoatInRace("Groupama Team France", 25.0, Color.ORANGE, "FRA"),
|
|
|
|
new BoatInRace("Artemis Racing", 22.5, Color.DARKOLIVEGREEN, "SWE"),
|
|
|
|
new BoatInRace("Artemis Racing", 22.5, Color.DARKOLIVEGREEN, "SWE"),
|
|
|
|
new BoatInRace("Emirates Team New Zealand", 62, Color.LIMEGREEN, "ETNZ")};
|
|
|
|
new BoatInRace("Emirates Team New Zealand", 62, Color.LIMEGREEN, "ETNZ")};
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|