Skip to content
Snippets Groups Projects
Commit 8f00ae36 authored by aichinos's avatar aichinos
Browse files

deleted pages that are not used

parent 070f60b1
No related branches found
No related tags found
No related merge requests found
package fxMMKurssit;
/**
* @author aichi
* @version 20.2.2025
*
*/
public class EiLoydyGUIController {
// TODO
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fxMMKurssit.EiLoydyGUIController">
<bottom>
<HBox alignment="TOP_RIGHT" prefHeight="40.0" prefWidth="200.0" spacing="20.0" BorderPane.alignment="CENTER">
<children>
<Button mnemonicParsing="false" text="Add" />
<Button mnemonicParsing="false" text="Cancel" />
</children>
<BorderPane.margin>
<Insets right="20.0" />
</BorderPane.margin>
</HBox>
</bottom>
<center>
<Label text="No course found. Do you want to add a new course?" BorderPane.alignment="CENTER">
<font>
<Font size="20.0" />
</font>
</Label>
</center>
</BorderPane>
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<?import javafx.scene.layout.GridPane?> <?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?> <?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="250.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fxMMKurssit.KurssinlisaysGUIController"> <BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="250.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fxMMKurssit.KurssinlisaysGUIController">
<center> <center>
...@@ -31,7 +32,7 @@ ...@@ -31,7 +32,7 @@
<TextField fx:id="opeLastName" GridPane.columnIndex="1" GridPane.rowIndex="2" /> <TextField fx:id="opeLastName" GridPane.columnIndex="1" GridPane.rowIndex="2" />
</children> </children>
<BorderPane.margin> <BorderPane.margin>
<Insets bottom="30.0" left="30.0" right="30.0" top="30.0" /> <Insets bottom="30.0" left="30.0" right="30.0" top="10.0" />
</BorderPane.margin> </BorderPane.margin>
</GridPane> </GridPane>
</center> </center>
...@@ -46,4 +47,17 @@ ...@@ -46,4 +47,17 @@
</BorderPane.margin> </BorderPane.margin>
</HBox> </HBox>
</bottom> </bottom>
<top>
<Label alignment="BOTTOM_RIGHT" text="Create a new course" BorderPane.alignment="BOTTOM_LEFT">
<font>
<Font name="System Bold" size="18.0" />
</font>
<BorderPane.margin>
<Insets bottom="10.0" left="30.0" right="10.0" top="10.0" />
</BorderPane.margin>
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</Label>
</top>
</BorderPane> </BorderPane>
package fxMMKurssit;
/**
* @author aichi
* @version 20.2.2025
*
*/
public class VarmistusikkunaGUIController {
// TODO
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="150.0" prefWidth="550.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fxMMKurssit.VarmistusikkunaGUIController">
<children>
<Label alignment="CENTER" contentDisplay="CENTER" text="Are you sure that you want to delete this meeting?">
<font>
<Font size="20.0" />
</font>
<opaqueInsets>
<Insets />
</opaqueInsets>
<VBox.margin>
<Insets bottom="30.0" left="30.0" right="30.0" top="30.0" />
</VBox.margin>
</Label>
<HBox alignment="TOP_CENTER" prefHeight="100.0" prefWidth="200.0" spacing="45.0">
<children>
<Button mnemonicParsing="false" text="Cancel" />
<Button mnemonicParsing="false" text="OK" />
</children>
<opaqueInsets>
<Insets />
</opaqueInsets>
<padding>
<Insets right="20.0" />
</padding>
</HBox>
</children>
<opaqueInsets>
<Insets top="20.0" />
</opaqueInsets>
</VBox>
/* JavaFX CSS - Leave this comment until you have at least create one rule which uses -fx-Property */
\ No newline at end of file
/* JavaFX CSS - Leave this comment until you have at least create one rule which uses -fx-Property */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment