Update Main.java
bug修复
This commit is contained in:
@@ -17,7 +17,7 @@ public class Main extends Application {
|
|||||||
@Override
|
@Override
|
||||||
public void start(Stage primaryStage) throws Exception{
|
public void start(Stage primaryStage) throws Exception{
|
||||||
Parent root = FXMLLoader.load(getClass().getClassLoader().getResource("fxml/gui.fxml"));
|
Parent root = FXMLLoader.load(getClass().getClassLoader().getResource("fxml/gui.fxml"));
|
||||||
primaryStage.setTitle("0x7eTeamTools v1.1 By 陆泽");
|
primaryStage.setTitle("0x7eTeamTools v1.2 By 陆泽");
|
||||||
// primaryStage.setResizable(false);
|
// primaryStage.setResizable(false);
|
||||||
primaryStage.setScene(new Scene(root));
|
primaryStage.setScene(new Scene(root));
|
||||||
primaryStage.getIcons().add(new Image(getClass().getClassLoader().getResource("img/logo_2256.gif").toString()));
|
primaryStage.getIcons().add(new Image(getClass().getClassLoader().getResource("img/logo_2256.gif").toString()));
|
||||||
|
|||||||
Reference in New Issue
Block a user