Java version changes and imports

This commit is contained in:
Carlos Galindo 2018-01-02 15:12:19 +01:00
parent cb7fc7f20f
commit febecbea8e
Signed by: kauron
GPG Key ID: 83E68706DEE119A3
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Font?>
<BorderPane xmlns="http://javafx.com/javafx/8.0.76-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="es.kauron.jstudy.controller.TestController">
<BorderPane xmlns="http://javafx.com/javafx/8.0.121" xmlns:fx="http://javafx.com/fxml/1" fx:controller="es.kauron.jstudy.controller.TestController">
<center>
<VBox minHeight="280.0" minWidth="360.0" spacing="10.0">
<children>
<Label fx:id="question" text="Question" wrapText="true" VBox.vgrow="ALWAYS">
<Label fx:id="question" text="Question" textOverrun="CLIP" wrapText="true" VBox.vgrow="ALWAYS">
<font>
<Font size="30.0" />
</font>