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
aichinos
ohj2
Commits
a08fafe9
Commit
a08fafe9
authored
1 month ago
by
aichinos
Browse files
Options
Downloads
Patches
Plain Diff
viikon viimeinen päivitys
parent
dbd58f85
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mmkurssit/src/fxMMKurssit/MMKurssitMain.java
+3
-2
3 additions, 2 deletions
mmkurssit/src/fxMMKurssit/MMKurssitMain.java
mmkurssit/src/fxMMKurssit/TapaaminenTiedotGUIController.java
+1
-0
1 addition, 0 deletions
mmkurssit/src/fxMMKurssit/TapaaminenTiedotGUIController.java
with
4 additions
and
2 deletions
mmkurssit/src/fxMMKurssit/MMKurssitMain.java
+
3
−
2
View file @
a08fafe9
...
@@ -24,8 +24,8 @@ import javafx.fxml.FXMLLoader;
...
@@ -24,8 +24,8 @@ import javafx.fxml.FXMLLoader;
public
class
MMKurssitMain
extends
Application
{
public
class
MMKurssitMain
extends
Application
{
@Override
public
void
start
(
Stage
primaryStage
)
{
@Override
public
void
start
(
Stage
primaryStage
)
{
try
{
try
{
FXMLLoader
ldr
=
new
FXMLLoader
(
getClass
().
getResource
(
"MMKurssitGUIView.fxml"
));
FXMLLoader
ldr
=
new
FXMLLoader
(
getClass
().
getResource
(
"MMKurssitGUIView.fxml"
));
final
Pane
root
=
ldr
.
load
();
final
Pane
root
=
ldr
.
load
();
...
@@ -41,6 +41,7 @@ public class MMKurssitMain extends Application {
...
@@ -41,6 +41,7 @@ public class MMKurssitMain extends Application {
}
}
}
}
/**
/**
* @param args Ei kaytossa
* @param args Ei kaytossa
*/
*/
...
...
This diff is collapsed.
Click to expand it.
mmkurssit/src/fxMMKurssit/TapaaminenTiedotGUIController.java
+
1
−
0
View file @
a08fafe9
...
@@ -11,6 +11,7 @@ import javafx.scene.control.ButtonBar.ButtonData;
...
@@ -11,6 +11,7 @@ import javafx.scene.control.ButtonBar.ButtonData;
import
javafx.scene.control.ButtonType
;
import
javafx.scene.control.ButtonType
;
import
javafx.scene.control.TextField
;
import
javafx.scene.control.TextField
;
/**
/**
* @author aichi
* @author aichi
* @version 20.2.2025
* @version 20.2.2025
...
...
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