refactor: update project structure

This commit is contained in:
2026-05-23 00:10:03 +03:30
parent e6004cce78
commit 92d5c4c1fa
2 changed files with 8 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
package sbu.javafx;
import javafx.application.Application;
public class Launcher{
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) }
}
-4
View File
@@ -20,8 +20,4 @@ public class MusicApp extends Application {
stage.show(); stage.show();
} }
public static void main(String[] args)
{
launch();
}
} }