#story[778]
@ -8,9 +8,5 @@ public class Constants {
public static final int NMToMetersConversion = 1852; // 1 nautical mile = 1852 meters
//Knots x this = meters per second.
public static final double KnotsToMetersPerSecondConversionFactor = 0.514444;
public static final double wakeScale = 10;
}
@ -28,5 +28,4 @@ public class App extends Application {
stage.setScene(scene);
stage.show();