package sample; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; import javafx.stage.StageStyle; public class Main extends Application { @Override public void start(Stage primaryStage) throws Exception{ Parent root = FXMLLoader.load(getClass().getResource("sample.fxml")); primaryStage.setTitle("Hello World"); primaryStage.setScene(new Scene(root)); primaryStage.setResizable(false);//窗口大小不可变 primaryStage.show(); } public static void main(String[] args) { launch(args); } }
最近下载更多
段朝洪 LV15
2023年12月7日
29723247 LV8
2023年9月4日
ass1111111111 LV1
2022年12月13日
peach0607 LV1
2022年3月1日
Harry233 LV1
2020年8月14日
823333 LV1
2019年12月24日
wodezui6 LV9
2019年12月5日
asdb大sad LV1
2019年12月1日
x794991366 LV2
2018年12月1日
734239366 LV8
2018年11月1日
最近浏览更多
飞梦ff LV8
2月26日
shiaomon
2023年12月14日
暂无贡献等级
段朝洪 LV15
2023年12月7日
29723247 LV8
2023年9月4日
微信网友_6425728903319552 LV1
2023年4月9日
Dominick LV14
2023年4月3日
xxbvcsudk
2023年2月15日
暂无贡献等级
zyf4728890
2023年1月3日
暂无贡献等级
ass1111111111 LV1
2022年12月13日
微信网友_6248713511227392 LV11
2022年12月5日