简体   繁体   中英

Is there any way to run two GUI at the same time in java

您好,我是编程新手,我只是想问你们有什么办法可以在同一项目中同时打开两个单独的阶段(Windows)

Yes, you can . You probably should specify the library/framework that you are using.

With JavaFX, you can create two different Stages with two different Scenes and launch both of them, though I believe they will share one CPU thread for rendering.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM