forked from AdvancedProgramming1404/HW-07-JavaFX
9 lines
225 B
Java
9 lines
225 B
Java
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) }
|
|
}
|