Skip to content
Snippets Groups Projects
Commit 68f9954e authored by KALLEL Mohamed ali's avatar KALLEL Mohamed ali
Browse files

Final commit, deso Mr. regis

parent 03fca001
No related branches found
No related tags found
No related merge requests found
Pipeline #26133 passed
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="controller.ControllerVirusElementCount"
prefHeight="400.0" prefWidth="600.0">
<VBox alignment="CENTER" spacing="20">
<Label text="Enter the Number of Elements" />
<HBox spacing="10">
<Label text="Doctors:" />
<TextField fx:id="doctorsTextField" text="3"/>
</HBox>
<HBox spacing="10">
<Label text="Viruses:" />
<TextField fx:id="virusesTextField" text="3" />
</HBox>
<HBox spacing="10">
<Label text="Humans:" />
<TextField fx:id="humansTextField" text="10" />
</HBox>
<Button text="Validate" onAction="#validate" />
</VBox>
</AnchorPane>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment