Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2
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
tornhale
ohj2
Commits
de088915
Commit
de088915
authored
1 month ago
by
tornhale
Browse files
Options
Downloads
Patches
Plain Diff
muokkausikkunaan lisätty poistonappi
parent
6532ea79
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/fxKirjalista/LisaaView.fxml
+24
-20
24 additions, 20 deletions
src/fxKirjalista/LisaaView.fxml
src/fxKirjalista/MuokkaaView.fxml
+27
-14
27 additions, 14 deletions
src/fxKirjalista/MuokkaaView.fxml
with
51 additions
and
34 deletions
src/fxKirjalista/LisaaView.fxml
+
24
−
20
View file @
de088915
<?xml version="1.0" encoding="UTF-8"?>
<?import fi.jyu.mit.fxgui.ComboBoxChooser?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>
<VBox
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"338.0"
prefWidth=
"243.0"
xmlns=
"http://javafx.com/javafx/23.0.1"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<VBox
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"343.0"
prefWidth=
"255.0"
xmlns=
"http://javafx.com/javafx/23.0.1"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<children>
<Label
text=
"Lisää"
>
<VBox.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
</VBox.margin>
</Label>
<Label
text=
"Lisää"
/>
<GridPane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"272.0"
prefWidth=
"241.0"
>
<columnConstraints>
<ColumnConstraints
hgrow=
"SOMETIMES"
minWidth=
"10.0"
prefWidth=
"100.0"
/>
...
...
@@ -71,11 +68,6 @@
<Insets
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</TextField>
<TextField
GridPane.columnIndex=
"1"
GridPane.rowIndex=
"3"
>
<GridPane.margin>
<Insets
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</TextField>
<TextField
GridPane.columnIndex=
"1"
GridPane.rowIndex=
"4"
>
<GridPane.margin>
<Insets
left=
"7.0"
right=
"7.0"
/>
...
...
@@ -91,15 +83,27 @@
<Insets
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</TextField>
<ComboBoxChooser
prefHeight=
"25.0"
prefWidth=
"106.0"
rivit=
"Valitse Sci-fi Fantasia Komedia Tietokirja"
GridPane.columnIndex=
"1"
GridPane.rowIndex=
"3"
>
<GridPane.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</ComboBoxChooser>
</children>
</GridPane>
<Button
contentDisplay=
"CENTER"
mnemonicParsing=
"false"
text=
"OK"
>
<padding>
<Insets
bottom=
"5.0"
left=
"20.0"
right=
"20.0"
top=
"5.0"
/>
</padding>
<VBox.margin>
<Insets
left=
"7.0"
right=
"7.0"
/>
</VBox.margin>
</Button>
<HBox
alignment=
"CENTER_RIGHT"
prefHeight=
"100.0"
prefWidth=
"200.0"
>
<children>
<Button
contentDisplay=
"CENTER"
mnemonicParsing=
"false"
text=
"OK"
>
<padding>
<Insets
bottom=
"5.0"
left=
"20.0"
right=
"20.0"
top=
"5.0"
/>
</padding>
<HBox.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
</HBox.margin>
</Button>
</children>
</HBox>
</children>
<padding>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
</padding>
</VBox>
This diff is collapsed.
Click to expand it.
src/fxKirjalista/MuokkaaView.fxml
+
27
−
14
View file @
de088915
<?xml version="1.0" encoding="UTF-8"?>
<?import fi.jyu.mit.fxgui.ComboBoxChooser?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>
<VBox
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"343.0"
prefWidth=
"255.0"
xmlns=
"http://javafx.com/javafx/23.0.1"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<children>
<Label
text=
"Muokkaa"
/>
...
...
@@ -67,11 +68,6 @@
<Insets
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</TextField>
<TextField
GridPane.columnIndex=
"1"
GridPane.rowIndex=
"3"
>
<GridPane.margin>
<Insets
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</TextField>
<TextField
GridPane.columnIndex=
"1"
GridPane.rowIndex=
"4"
>
<GridPane.margin>
<Insets
left=
"7.0"
right=
"7.0"
/>
...
...
@@ -87,16 +83,33 @@
<Insets
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</TextField>
<ComboBoxChooser
prefHeight=
"25.0"
prefWidth=
"106.0"
rivit=
"Valitse Sci-fi Fantasia Komedia Tietokirja"
GridPane.columnIndex=
"1"
GridPane.rowIndex=
"3"
>
<GridPane.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
/>
</GridPane.margin>
</ComboBoxChooser>
</children>
</GridPane>
<Button
contentDisplay=
"CENTER"
mnemonicParsing=
"false"
text=
"OK"
>
<VBox.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
</VBox.margin>
<padding>
<Insets
bottom=
"5.0"
left=
"20.0"
right=
"20.0"
top=
"5.0"
/>
</padding>
</Button>
<HBox
alignment=
"CENTER_RIGHT"
prefHeight=
"100.0"
prefWidth=
"200.0"
>
<children>
<Button
contentDisplay=
"CENTER"
mnemonicParsing=
"false"
text=
"Poista"
>
<padding>
<Insets
bottom=
"5.0"
left=
"20.0"
right=
"20.0"
top=
"5.0"
/>
</padding>
<HBox.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
</HBox.margin>
</Button>
<Button
contentDisplay=
"CENTER"
mnemonicParsing=
"false"
text=
"OK"
>
<padding>
<Insets
bottom=
"5.0"
left=
"20.0"
right=
"20.0"
top=
"5.0"
/>
</padding>
<HBox.margin>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
</HBox.margin>
</Button>
</children>
</HBox>
</children>
<padding>
<Insets
bottom=
"7.0"
left=
"7.0"
right=
"7.0"
top=
"7.0"
/>
...
...
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