mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Fixed main.java
This commit is contained in:
parent
a678fe6618
commit
ff14a8bd36
1 changed files with 1 additions and 8 deletions
|
|
@ -17,7 +17,7 @@ import org.crandor.tools.backup.AutoBackup;
|
|||
* @author Vexia
|
||||
*
|
||||
*/
|
||||
public final class Main extends Application {
|
||||
public final class Main{
|
||||
|
||||
/**
|
||||
* The time stamp of when the server started running.
|
||||
|
|
@ -75,11 +75,4 @@ public final class Main extends Application {
|
|||
Main.startTime = startTime;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void start(Stage primaryStage) throws Exception {
|
||||
Parent root = FXMLLoader.load(getClass().getResource("Main Frame.fxml"));
|
||||
primaryStage.setTitle("Management Panel");
|
||||
primaryStage.setScene(new Scene(root, 600, 450));
|
||||
primaryStage.show();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue