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

Modification du CSS

parent 6fd97894
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<?import javafx.scene.text.*?> <?import javafx.scene.text.*?>
<?import javafx.stage.*?> <?import javafx.stage.*?>
<Stage fx:id="stage" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.univlille.sae.classification.controller.AddDataController"> <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.AddDataController">
<scene> <scene>
<Scene> <Scene>
<AnchorPane prefHeight="406.0" prefWidth="385.0"> <AnchorPane prefHeight="406.0" prefWidth="385.0">
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<Font name="System Bold" size="13.0" /> <Font name="System Bold" size="13.0" />
</font></Button> </font></Button>
</children></VBox> </children></VBox>
<VBox fx:id="entries" layoutY="16.0" prefHeight="366.0" prefWidth="385.0" spacing="10.0" /> <VBox fx:id="entries" layoutY="16.0" prefHeight="366.0" prefWidth="385.0" spacing="10.0" stylesheets="@../css/style.css" />
</children></AnchorPane> </children></AnchorPane>
</Scene> </Scene>
</scene> </scene>
......
...@@ -84,11 +84,6 @@ ...@@ -84,11 +84,6 @@
</children></AnchorPane> </children></AnchorPane>
</content> </content>
</Tab> </Tab>
<Tab text="Couleurs des données">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
</content>
</Tab>
</tabs> </tabs>
</TabPane> </TabPane>
</children></AnchorPane> </children></AnchorPane>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.Scene?> <?import javafx.scene.*?>
<?import javafx.scene.control.Button?> <?import javafx.scene.control.*?>
<?import javafx.scene.control.ChoiceBox?> <?import javafx.scene.layout.*?>
<?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.text.*?>
<?import javafx.scene.layout.VBox?> <?import javafx.stage.*?>
<?import javafx.scene.text.Text?>
<?import javafx.stage.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.ChooseAttributesController"> <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.ChooseAttributesController">
<scene> <scene>
<Scene> <Scene>
<AnchorPane prefHeight="175.0" prefWidth="317.0"> <AnchorPane prefHeight="175.0" prefWidth="317.0">
...@@ -17,7 +15,10 @@ ...@@ -17,7 +15,10 @@
<children> <children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Veuillez selectionner l'attribut sur lequel vous souhaitez classifier les données" textAlignment="CENTER" wrappingWidth="254.06924438476562" /> <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Veuillez selectionner l'attribut sur lequel vous souhaitez classifier les données" textAlignment="CENTER" wrappingWidth="254.06924438476562" />
<ChoiceBox fx:id="choice" prefWidth="150.0" stylesheets="@../css/style.css" /> <ChoiceBox fx:id="choice" prefWidth="150.0" stylesheets="@../css/style.css" />
<Button mnemonicParsing="false" onAction="#validate" stylesheets="@../css/style.css" text="Valider" textFill="WHITE" /> <Button mnemonicParsing="false" onAction="#validate" stylesheets="@../css/style.css" text="Valider" textFill="WHITE">
<font>
<Font name="System Bold" size="13.0" />
</font></Button>
</children> </children>
</VBox> </VBox>
</children></AnchorPane> </children></AnchorPane>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</HBox> </HBox>
<HBox alignment="CENTER" prefHeight="36.0" prefWidth="364.0" spacing="20.0"> <HBox alignment="CENTER" prefHeight="36.0" prefWidth="364.0" spacing="20.0">
<children> <children>
<Spinner fx:id="kEntry" /> <Spinner fx:id="kEntry" stylesheets="@../css/style.css" />
<Button fx:id="autoK" mnemonicParsing="false" onAction="#bestK" stylesheets="@../css/style.css" text="Attribution auto" textFill="WHITE"> <Button fx:id="autoK" mnemonicParsing="false" onAction="#bestK" stylesheets="@../css/style.css" text="Attribution auto" textFill="WHITE">
<font> <font>
<Font name="System Bold" size="13.0" /> <Font name="System Bold" size="13.0" />
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</HBox> </HBox>
<HBox alignment="CENTER" prefHeight="59.0" prefWidth="364.0"> <HBox alignment="CENTER" prefHeight="59.0" prefWidth="364.0">
<children> <children>
<Button fx:id="confirmK" onAction="#validate" mnemonicParsing="false" stylesheets="@../css/style.css" text="Valider" textFill="WHITE"> <Button fx:id="confirmK" mnemonicParsing="false" onAction="#validate" stylesheets="@../css/style.css" text="Valider" textFill="WHITE">
<font> <font>
<Font name="System Bold" size="14.0" /> <Font name="System Bold" size="14.0" />
</font></Button> </font></Button>
......
...@@ -29,7 +29,10 @@ ...@@ -29,7 +29,10 @@
</HBox> </HBox>
<HBox alignment="CENTER" prefHeight="76.0" prefWidth="310.0"> <HBox alignment="CENTER" prefHeight="76.0" prefWidth="310.0">
<children> <children>
<Button fx:id="confirmDataSelection" mnemonicParsing="false" onAction="#validate" stylesheets="@../css/style.css" text="Valider" textFill="WHITE" /> <Button fx:id="confirmDataSelection" mnemonicParsing="false" onAction="#validate" stylesheets="@../css/style.css" text="Valider" textFill="WHITE">
<font>
<Font name="System Bold" size="13.0" />
</font></Button>
</children> </children>
</HBox> </HBox>
</children> </children>
......
...@@ -13,10 +13,7 @@ import javafx.stage.Stage; ...@@ -13,10 +13,7 @@ import javafx.stage.Stage;
import java.io.IOException; import java.io.IOException;
import java.lang.reflect.Array; import java.lang.reflect.Array;
import java.time.temporal.Temporal; import java.time.temporal.Temporal;
import java.util.ArrayList; import java.util.*;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
/** /**
* Controlleur pour le FXML add-data-stage, pour ajouter une nouvelle donnée * Controlleur pour le FXML add-data-stage, pour ajouter une nouvelle donnée
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment