Downgrade JDK requirement to 8u102, for consistency with capsules.

This commit is contained in:
Chris Rankin 2017-02-21 16:43:58 +00:00
parent 02a9e32d3c
commit f20cb1e74d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
<VBox xmlns="http://javafx.com/javafx/8.0.121" xmlns:fx="http://javafx.com/fxml/1">
<VBox xmlns="http://javafx.com/javafx/8.0.102" xmlns:fx="http://javafx.com/fxml/1">
<MenuBar>
<Menu text="File">
<MenuItem fx:id="menuOpen" text="Open"/>

View File

@ -7,7 +7,7 @@
<?import javafx.scene.layout.VBox?>
<?import net.corda.demobench.ui.PropertyLabel?>
<VBox visible="false" prefHeight="953.0" prefWidth="1363.0" xmlns="http://javafx.com/javafx/8.0.121" xmlns:fx="http://javafx.com/fxml/1">
<VBox visible="false" prefHeight="953.0" prefWidth="1363.0" xmlns="http://javafx.com/javafx/8.0.102" xmlns:fx="http://javafx.com/fxml/1">
<children>
<HBox prefHeight="95.0" prefWidth="800.0" spacing="15.0" styleClass="header">
<children>