You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
790 B
19 lines
790 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.image.Image?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
|
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="900.0" xmlns="http://javafx.com/javafx/11" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<ImageView fitHeight="662.0" fitWidth="979.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="/image/plaine.gif" />
|
|
</image>
|
|
</ImageView>
|
|
<Rectangle arcHeight="5.0" arcWidth="5.0" height="600.0" layoutX="78.0" opacity="0.42" stroke="BLACK" strokeType="INSIDE" width="745.0" />
|
|
</children>
|
|
</AnchorPane>
|