This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ProjetGenieLogicielLoto/target/classes/fr/myny/gui/primarytest.fxml
2021-02-01 18:35:52 +01:00

19 lines
918 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.shape.*?>
<AnchorPane minHeight="-Infinity" minWidth="-Infinity" prefHeight="900.0" prefWidth="1600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<children>
<AnchorPane layoutX="859.0" prefHeight="900.0" prefWidth="741.0">
<children>
<Button layoutX="106.0" layoutY="331.0" onAction="#switchToSecondary" prefHeight="65.0" prefWidth="230.0" text="Switch to Secondary View" />
</children></AnchorPane>
<AnchorPane layoutX="-2.0" prefHeight="900.0" prefWidth="855.0">
<children>
<Line endX="253.0" endY="825.0" layoutX="612.0" layoutY="75.0" startX="-38.0" startY="-75.0" />
</children>
</AnchorPane>
</children>
</AnchorPane>