|
|
|
|
@ -6,13 +6,11 @@ import javafx.scene.paint.Color;
|
|
|
|
|
import javafx.scene.paint.Paint;
|
|
|
|
|
import javafx.scene.text.Font;
|
|
|
|
|
import javafx.scene.transform.Rotate;
|
|
|
|
|
import network.Messages.Enums.BoatStatusEnum;
|
|
|
|
|
import shared.dataInput.RaceDataSource;
|
|
|
|
|
import shared.enums.RoundingType;
|
|
|
|
|
import shared.model.*;
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.Comparator;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@ -607,7 +605,7 @@ public class ResizableRaceCanvas extends ResizableCanvas {
|
|
|
|
|
|
|
|
|
|
//Prepare to draw.
|
|
|
|
|
gc.setLineWidth(1);
|
|
|
|
|
gc.setFill(Color.DODGERBLUE);
|
|
|
|
|
gc.setFill(Color.DEEPSKYBLUE);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Calculate the screen coordinates of the boundary.
|
|
|
|
|
|