Update Main.java

bug修复
This commit is contained in:
0x421
2024-01-24 20:09:42 +08:00
committed by GitHub
parent 16aa4a3d57
commit 206f664327

View File

@@ -17,7 +17,7 @@ public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
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.setScene(new Scene(root));
primaryStage.getIcons().add(new Image(getClass().getClassLoader().getResource("img/logo_2256.gif").toString()));