Skip to content
Snippets Groups Projects
Commit cfe8ad64 authored by Rantonen Emilia Suvi Katariina's avatar Rantonen Emilia Suvi Katariina
Browse files

tuloste

parent ec65c1a4
No related branches found
No related tags found
No related merge requests found
kuvat/SceneTuloste.png

56.2 KiB

......@@ -16,7 +16,7 @@ public class RekisteriMain extends Application {
@Override
public void start(Stage primaryStage) {
try {
FXMLLoader ldr = new FXMLLoader(getClass().getResource("Joukkue.fxml"));
FXMLLoader ldr = new FXMLLoader(getClass().getResource("Tuloste.fxml"));
final Pane root = ldr.load();
//final RekisteriGUIController rekisteriCtrl = (RekisteriGUIController) ldr.getController();
Scene scene = new Scene(root);
......
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane prefHeight="385.0" prefWidth="371.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
<children>
<AnchorPane layoutX="-66.0" layoutY="-66.0" prefHeight="200.0" prefWidth="200.0">
<children>
<Label layoutX="100.0" layoutY="92.0" text="Joukkue: Lumo" />
<Label layoutX="100.0" layoutY="109.0" text="-----------------" />
<Label layoutX="100.0" layoutY="126.0" text="Kilpailu | Vuosi | Sarja | Pisteet | Sijoitus " />
<Label layoutX="100.0" layoutY="149.0" text="SM-kisat | 2017 | 14-16 v. | 17.65 | 7." />
</children>
</AnchorPane>
<Button layoutX="229.0" layoutY="346.0" mnemonicParsing="false" text="Tulosta" />
<Button layoutX="302.0" layoutY="347.0" mnemonicParsing="false" text="Cancel" />
</children>
</AnchorPane>
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