规范写法

This commit is contained in:
2023-07-22 00:53:28 +08:00
parent dfc8bf5988
commit 4c1c18f31d

View File

@@ -22,6 +22,7 @@ public class LiveAudioApplication extends Application {
Parent root = FXMLLoader.load(getClass().getResource("/views/index.fxml"));
Scene scene = new Scene(root);
stage.setTitle("直播音频播放平台");
stage.setScene(scene);
stage.show();
}