Skip to content
Snippets Groups Projects
Commit a08fafe9 authored by aichinos's avatar aichinos
Browse files

viikon viimeinen päivitys

parent dbd58f85
No related branches found
No related tags found
No related merge requests found
...@@ -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
*/ */
......
...@@ -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
......
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