forked from AdvancedProgramming1404/HW-07-JavaFX
refactor: update project structure
This commit is contained in:
@@ -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) }
|
||||||
|
}
|
||||||
@@ -20,8 +20,4 @@ public class MusicApp extends Application {
|
|||||||
stage.show();
|
stage.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args)
|
|
||||||
{
|
|
||||||
launch();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user