-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathVoyageStat.fxml
More file actions
17 lines (15 loc) · 752 Bytes
/
VoyageStat.fxml
File metadata and controls
17 lines (15 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.chart.PieChart?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane id="AnchorPane" prefHeight="674.0" prefWidth="981.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Gui.VoyageStatController">
<children>
<ImageView fx:id="ImageP" fitHeight="697.0" fitWidth="1089.0" layoutX="-14.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../Img/bg.jpg" />
</image>
</ImageView>
<PieChart fx:id="voy_stat" layoutX="204.0" layoutY="69.0" prefHeight="556.0" prefWidth="871.0" />
</children>
</AnchorPane>