Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vuororekisteri
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lajoveps
Vuororekisteri
Commits
7156ff23
Commit
7156ff23
authored
2 months ago
by
Haverinen Elias Viljami
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
varausrekisteri/src/fxVuororekisteri/VuororekisteriGUIView.fxml
+25
-11
25 additions, 11 deletions
...rekisteri/src/fxVuororekisteri/VuororekisteriGUIView.fxml
with
25 additions
and
11 deletions
varausrekisteri/src/fxVuororekisteri/VuororekisteriGUIView.fxml
+
25
−
11
View file @
7156ff23
<?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"
/>
<C
hoiceBox
prefWidth=
"150.0
"
/>
<C
omboBoxChooser
rivit=
"Tyhjä Jalkapallo Uinti 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"
/>
<C
hoiceBox
prefWidth=
"150.0
"
/>
<C
omboBoxChooser
rivit=
"Tyhjä futiskenttä uimahalli 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"
/>
<C
hoiceBox
prefWidth=
"150.0
"
/>
<C
omboBoxChooser
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"
/>
<C
hoiceBox
prefWidth=
"150.0"
/>
<C
omboBoxChooser
/>
</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		10		futiskenttä		Aloittelija Uinti			10		uimahalli			Aloittelija Sähly		10		sisäkenttä			Aloittelija Jalkapallo		11		futiskenttä		Kokenut Uinti			11		uimahalli			Aloittelija Sähly		11		sisäkenttä			Kokenut Jalkapallo		12		futiskenttä		Aloittelija Uinti			12		uimahalli			Aloittelija Sähly		12		sisäkenttä			Aloittelija Jalkapallo		13		futiskenttä		Aloittelija Uinti			13		uimahalli			Kokenut Sähly		13		sisäkenttä			Kokenut "
/>
</children></VBox>
</children>
</AnchorPane>
</content>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment