- Mastering JavaFX 10
- Sergey Grinev
- 42字
- 2021-06-25 21:21:51
Using the Application.launch() method
If you need to have control over the moment JavaFX starts, you can use the Application.launch() method:
public static void main(String[] args) {
// you custom code
Application.launch(MyApplication.class, args);
}
Here, MyApplication should extend javafx.application.Application.
推薦閱讀
- Building E-commerce Sites with VirtueMart Cookbook
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Wireshark網絡分析就這么簡單
- Socket.IO Real-time Web Application Development
- 網絡基礎與網絡管理項目化教程
- 搶占下一個智能風口:移動物聯網
- 通信十年:擁抱互聯網
- Master Apache JMeter:From Load Testing to DevOps
- 5G+區塊鏈
- 物聯網頂層設計與關鍵技術
- 云工廠:開啟中國制造云時代
- Professional Scala
- 互聯網戰略變革與未來
- 網絡空間作戰:機理與籌劃
- 物聯網工程應用技術