Java GUI 在 VNC 上发生崩溃!
我有一个基于 Java GUI 的应用程序。当我在 Windows 上运行它时,它工作得很好。但是,当我与 Linux Box 进行 vnc 会话时,未启用 X11 图形。在软件的 20 次运行中,平均有 1 次运行无法以两种不同的方式调出 GUI:
- GUI 缩小为小方块。
- GUI根本不出现。
I have a Java GUI based Application. When I run it on Windows it works fine. But when I am in vnc session to a Linux Box without X11 graphics enabled. Out of 20 runs of the software on an average 1 run fails to bring up the GUI in two different ways,
- The GUI shrinks to a small square.
- The GUI doesn't appear at all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用无头模式 ,请确保在事件调度线程;否则,结果是不确定的。
Assuming you are Using Headless Mode, be sure that you construct your GUI on the event dispatch thread; otherwise, the result is indeterminate.