Skip to content
Snippets Groups Projects
Commit 7156ff23 authored by Haverinen Elias Viljami's avatar Haverinen Elias Viljami
Browse files

Lisäty valikot sekä esimerkki siitä miltä vuorot näyttäisivät listana

parent 1f5229b9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.ChoiceBox?>
<?import fi.jyu.mit.fxgui.ComboBoxChooser?>
<?import fi.jyu.mit.fxgui.ListChooser?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ListView?>
<?import javafx.scene.control.Menu?>
<?import javafx.scene.control.MenuBar?>
<?import javafx.scene.control.MenuItem?>
......@@ -11,34 +12,45 @@
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.VBox?>
<BorderPane prefHeight="657.0" prefWidth="736.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/23.0.1" fx:controller="fxVuororekisteri.VuororekisteriGUIController">
<BorderPane prefHeight="657.0" prefWidth="736.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fxVuororekisteri.VuororekisteriGUIController">
<left>
<VBox prefHeight="200.0" prefWidth="100.0" BorderPane.alignment="CENTER">
<children>
<VBox prefHeight="200.0" prefWidth="100.0">
<children>
<Label prefHeight="17.0" prefWidth="56.0" text="Aika" />
<ChoiceBox prefWidth="150.0" />
<ComboBoxChooser rivit="Tyhjä&#10;Jalkapallo&#10;Uinti&#10;Sähly" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
<VBox prefHeight="200.0" prefWidth="100.0">
<children>
<Label prefHeight="17.0" prefWidth="56.0" text="Sijainti" />
<ChoiceBox prefWidth="150.0" />
<ComboBoxChooser rivit="Tyhjä&#10;futiskenttä&#10;uimahalli&#10;sisäkenttä" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
<VBox prefHeight="200.0" prefWidth="100.0">
<VBox accessibleHelp="Valitse laji" prefHeight="200.0" prefWidth="100.0">
<children>
<Label text="Laji" />
<ChoiceBox prefWidth="150.0" />
<ComboBoxChooser rivit="" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
<VBox prefHeight="200.0" prefWidth="100.0">
<children>
<Label text="Taso" />
<ChoiceBox prefWidth="150.0" />
<ComboBoxChooser />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
</children>
</VBox>
......@@ -48,8 +60,10 @@
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="617.0" prefWidth="633.0">
<children>
<VBox prefHeight="616.0" prefWidth="632.0" />
<ListView prefHeight="619.0" prefWidth="635.0" />
<VBox prefHeight="616.0" prefWidth="632.0">
<children>
<ListChooser prefHeight="625.0" prefWidth="632.0" rivit="Jalkapallo&#9;&#9;10&#9;&#9;futiskenttä&#9;&#9;Aloittelija&#10;Uinti&#9;&#9;&#9;10&#9;&#9;uimahalli&#9;&#9;&#9;Aloittelija&#10;Sähly&#9;&#9;10&#9;&#9;sisäkenttä&#9;&#9;&#9;Aloittelija&#10;Jalkapallo&#9;&#9;11&#9;&#9;futiskenttä&#9;&#9;Kokenut&#10;Uinti&#9;&#9;&#9;11&#9;&#9;uimahalli&#9;&#9;&#9;Aloittelija&#10;Sähly&#9;&#9;11&#9;&#9;sisäkenttä&#9;&#9;&#9;Kokenut&#10;Jalkapallo&#9;&#9;12&#9;&#9;futiskenttä&#9;&#9;Aloittelija&#10;Uinti&#9;&#9;&#9;12&#9;&#9;uimahalli&#9;&#9;&#9;Aloittelija&#10;Sähly&#9;&#9;12&#9;&#9;sisäkenttä&#9;&#9;&#9;Aloittelija&#10;Jalkapallo&#9;&#9;13&#9;&#9;futiskenttä&#9;&#9;Aloittelija&#10;Uinti&#9;&#9;&#9;13&#9;&#9;uimahalli&#9;&#9;&#9;Kokenut&#10;Sähly&#9;&#9;13&#9;&#9;sisäkenttä&#9;&#9;&#9;Kokenut&#10;" />
</children></VBox>
</children>
</AnchorPane>
</content>
......
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