- Removed 2D wind and replaced with 3D wind arrow.

#story[1276]
This commit is contained in:
Zhi You Tan
2017-09-28 04:13:44 +13:00
parent 270326ea77
commit 72fe8c4881
9 changed files with 619 additions and 454 deletions
+2 -13
View File
@@ -1,14 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.*?>
<?import javafx.scene.shape.*?>
<?import com.jfoenix.controls.*?>
<?import java.lang.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.*?>
<?import com.jfoenix.controls.JFXButton?>
<?import com.jfoenix.controls.JFXTextField?>
<?import java.lang.String?>
@@ -21,6 +12,7 @@
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<StackPane fx:id="contentStackPane" maxHeight="1.7976931348623157E308"
@@ -205,10 +197,6 @@
vgrow="SOMETIMES"/>
</rowConstraints>
<children>
<ImageView fx:id="windImageView" fitHeight="92.0" fitWidth="109.0"
pickOnBounds="true" preserveRatio="true"
GridPane.halignment="CENTER" GridPane.rowSpan="2"
GridPane.valignment="CENTER"/>
<Label fx:id="windSpeedLabel" text="0.0 Knots"
GridPane.halignment="RIGHT" GridPane.rowIndex="1"
GridPane.valignment="CENTER">
@@ -223,6 +211,7 @@
<Insets left="5.0"/>
</GridPane.margin>
</Label>
<VBox fx:id="windArrowVBox" prefHeight="200.0" prefWidth="100.0"/>
</children>
</GridPane>
</children>