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
idmahako
ohj2
Commits
7de2cb25
Commit
7de2cb25
authored
2 years ago
by
Koivisto Ida Maria Hannuntytär
Browse files
Options
Downloads
Patches
Plain Diff
unohtunut kuva
parent
7d8a21d6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
kuvat/uusiralli.png
+0
-0
0 additions, 0 deletions
kuvat/uusiralli.png
src/rekisteri/RalliGUIController.java
+15
-8
15 additions, 8 deletions
src/rekisteri/RalliGUIController.java
src/rekisteri/RalliGUIView.fxml
+2
-3
2 additions, 3 deletions
src/rekisteri/RalliGUIView.fxml
with
17 additions
and
11 deletions
kuvat/uusiralli.png
+
0
−
0
View replaced file @
7d8a21d6
View file @
7de2cb25
53.6 KiB
|
W:
|
H:
53.6 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
src/rekisteri/RalliGUIController.java
+
15
−
8
View file @
7de2cb25
...
...
@@ -24,37 +24,44 @@ public class RalliGUIController implements Initializable {
@FXML
private
TextField
textHaettava
;
//haettava aloitusikkunasta
@FXML
void
handleHae
()
{
@FXML
private
void
handleHae
()
{
hae
();
}
@FXML
void
handleLopeta
()
{
@FXML
private
void
handleLopeta
()
{
tallenna
();
Platform
.
exit
();
}
@FXML
void
handleTarkasteluun
()
{
@FXML
private
void
handleTarkasteluun
()
{
tarkasteluun
();
}
@FXML
void
handleUusi
()
{
@FXML
private
void
handleUusi
()
{
lisaaUusi
();
}
@FXML
void
handlePeruuta
()
{
@FXML
private
void
handlePeruuta
()
{
peruuta
();
}
@FXML
void
handleMuokkaa
()
{
@FXML
private
void
handleMuokkaa
()
{
muokkaa
();
}
@FXML
void
handleTallenna
()
{
@FXML
private
void
handleTallenna
()
{
tallenna
();
}
@FXML
void
handlePoistu
()
{
@FXML
private
void
handlePoistu
()
{
peruuta
();
}
...
...
This diff is collapsed.
Click to expand it.
src/rekisteri/RalliGUIView.fxml
+
2
−
3
View file @
7de2cb25
...
...
@@ -10,18 +10,17 @@
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.Font?>
<?import fi.jyu.mit.fxgui.*?>
<BorderPane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"400.0"
prefWidth=
"600.0"
xmlns=
"http://javafx.com/javafx/19"
xmlns:fx=
"http://javafx.com/fxml/1"
fx:controller=
"rekisteri.RalliGUIController"
>
<top>
<MenuBar
BorderPane.alignment=
"CENTER"
>
<menus>
<Menu
mnemonicParsing=
"false"
text=
"
File
"
>
<Menu
mnemonicParsing=
"false"
text=
"
Tiedosto
"
>
<items>
<MenuItem
mnemonicParsing=
"false"
text=
"Close"
/>
</items>
</Menu>
<Menu
mnemonicParsing=
"false"
text=
"Muokk
k
aa"
>
<Menu
mnemonicParsing=
"false"
text=
"Muokkaa"
>
<items>
<MenuItem
mnemonicParsing=
"false"
text=
"Delete"
/>
</items>
...
...
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