|
@@ -9,7 +9,7 @@ public class Main extends Application{
|
|
|
@Override
|
|
|
public void start(Stage primaryStage) throws Exception {
|
|
|
Parent main = FXMLLoader.load(getClass().getResource("/main.fxml"));
|
|
|
- primaryStage.setTitle("工具类");
|
|
|
+ primaryStage.setTitle("结构文档导出工具");
|
|
|
primaryStage.setScene(new Scene(main));
|
|
|
primaryStage.show();
|
|
|
}
|