Skip to content
Snippets Groups Projects
Commit 5cd3835d authored by Hugo Debuyser's avatar Hugo Debuyser
Browse files

Ajout et modification de fichiers fxml

parent 4aa558bc
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.stage.*?>
<Stage xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1">
<scene>
<Scene>
<AnchorPane prefHeight="200" prefWidth="200">
<children>
<VBox alignment="CENTER" prefHeight="224.0" prefWidth="384.0" spacing="20.0">
<children>
<HBox alignment="CENTER" prefHeight="18.0" prefWidth="335.0" spacing="20.0">
<children>
<Label text="Valeur 1" />
<TextField />
</children>
</HBox>
<HBox alignment="CENTER" layoutX="10.0" layoutY="47.0" prefHeight="17.0" prefWidth="335.0" spacing="20.0">
<children>
<Label text="Valeur 2" />
<ChoiceBox prefWidth="150.0" />
</children>
</HBox>
<HBox alignment="CENTER" layoutX="10.0" layoutY="109.0" prefHeight="17.0" prefWidth="335.0" spacing="20.0">
<children>
<Label text="Valeur 3" />
<Spinner />
</children>
</HBox>
<Button mnemonicParsing="false" text="Valider" />
</children></VBox>
</children></AnchorPane>
</Scene>
</scene>
</Stage>
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.stage.*?>
<Stage xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1">
<scene>
<Scene>
<AnchorPane prefHeight="200" prefWidth="200">
<children>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="406.0" spacing="15.0">
<children>
<HBox alignment="CENTER" prefHeight="46.0" prefWidth="406.0" spacing="20.0">
<children>
<Label text="Valeur des ordonnées" />
<ChoiceBox prefWidth="150.0" />
</children>
</HBox>
<HBox alignment="CENTER" prefHeight="44.0" prefWidth="406.0" spacing="20.0">
<children>
<Label text="Valeur des abscisses" />
<ChoiceBox prefWidth="150.0" />
</children>
</HBox>
<Button mnemonicParsing="false" text="Valider" />
</children>
</VBox>
</children></AnchorPane>
</Scene>
</scene>
</Stage>
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.stage.*?>
<Stage xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1">
<scene>
<Scene>
<AnchorPane prefHeight="200" prefWidth="200">
<children>
<VBox alignment="CENTER" layoutY="1.0" prefHeight="292.0" prefWidth="438.0" spacing="30.0">
<children>
<HBox alignment="CENTER" prefHeight="58.0" prefWidth="294.0" spacing="20.0">
<children>
<Label text="Nouvel ajout" />
<ColorPicker editable="true" />
</children></HBox>
<Button mnemonicParsing="false" text="Valider" />
</children></VBox>
</children></AnchorPane>
</Scene>
</scene>
</Stage>
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.Scene?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.stage.Stage?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.stage.*?>
<Stage fx:id="stage" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.univlille.sae.classification.controller.LoadDataController">
<Stage fx:id="stage" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.univlille.sae.classification.controller.LoadDataController">
<scene>
<Scene>
<AnchorPane prefHeight="143.0" prefWidth="363.0">
......@@ -17,8 +14,8 @@
<children>
<HBox alignment="CENTER" prefHeight="91.0" prefWidth="272.0">
<children>
<Label fx:id="filenamelab" prefHeight="83.0" prefWidth="157.0" text="file name" />
<Button mnemonicParsing="false" onAction="#openFileChooser" text="Parcourir" />
<TextField prefHeight="26.0" prefWidth="207.0" />
</children>
</HBox>
<HBox alignment="CENTER" prefHeight="76.0" prefWidth="310.0">
......
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.Scene?>
<?import javafx.scene.chart.CategoryAxis?>
<?import javafx.scene.chart.NumberAxis?>
<?import javafx.scene.chart.ScatterChart?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Region?>
<?import javafx.scene.layout.VBox?>
<?import javafx.stage.Stage?>
<?import javafx.scene.*?>
<?import javafx.scene.chart.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.stage.*?>
<Stage fx:id="stage" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.univlille.sae.classification.controller.MainStageController">
<Stage fx:id="stage" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.univlille.sae.classification.controller.MainStageController">
<scene>
<Scene>
<AnchorPane prefHeight="487.0" prefWidth="692.0">
<children>
<VBox prefHeight="488.0" prefWidth="691.0">
<children>
<HBox prefHeight="305.0" prefWidth="691.0">
<VBox alignment="CENTER" prefHeight="379.0" prefWidth="691.0">
<children>
<Region prefHeight="200.0" prefWidth="200.0" />
<ScatterChart prefHeight="213.0" prefWidth="557.0">
<ScatterChart prefHeight="342.0" prefWidth="609.0">
<xAxis>
<CategoryAxis side="BOTTOM" />
<CategoryAxis prefHeight="21.0" prefWidth="498.0" side="BOTTOM" />
</xAxis>
<yAxis>
<NumberAxis side="LEFT" />
</yAxis>
</ScatterChart>
<Region prefHeight="200.0" prefWidth="200.0" />
<Button mnemonicParsing="false" text="Configuration de l'affichage" />
</children>
</HBox>
<Region prefHeight="77.0" prefWidth="691.0" />
<HBox prefHeight="100.0" prefWidth="200.0">
</VBox>
<HBox alignment="CENTER" prefHeight="169.0" prefWidth="691.0" spacing="50.0">
<children>
<Region prefHeight="101.0" prefWidth="131.0" />
<Button mnemonicParsing="false" onAction="#openLoadData" prefHeight="27.0" prefWidth="122.0" text="Charger" />
<Region prefHeight="101.0" prefWidth="75.0" />
<Button mnemonicParsing="false" prefHeight="25.0" prefWidth="129.0" text="Classifier" />
<Region prefHeight="101.0" prefWidth="70.0" />
<Button mnemonicParsing="false" prefHeight="26.0" prefWidth="133.0" text="Reglages" />
<Region prefHeight="101.0" prefWidth="111.0" />
<Button mnemonicParsing="false" onAction="#openLoadData" prefHeight="27.0" prefWidth="185.0" text="Charger un jeu de données" />
<Button mnemonicParsing="false" prefHeight="26.0" prefWidth="141.0" text="Ajouter une donnée" />
<Button disable="true" mnemonicParsing="false" prefHeight="26.0" prefWidth="157.0" text="Classifier une donnée" />
</children>
</HBox>
</children>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment