规范写法
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user