全屏独占模式 JDesktopPane
制作全屏 mdi 应用程序是一个坏主意吗?还有其他人尝试过这个吗?目前正致力于重新设计触摸屏终端上使用的应用程序。空间至关重要,我相信能够最大化、调整应用程序窗口大小等确实会使终端更加强大。有人有这方面的经验吗?
编辑:制作了一个简单的应用程序,它似乎没有任何问题。但担心未来可能出现的问题。
编辑: 全屏模式下 JDialog 不显示 对话框的问题一定会让确认框变得困难。
编辑: JOptionPane.showInternalConfirmDialog 非常适合于此。
Is it a bad idea to make a full-screen mdi application? Has anyone else ever tried this? Currently working on redesigning an application that is used on touchscreen terminals. Space is critical and I believe that being able to maximize, resize, etc application windows would really make the terminals more robust. Has anyone had any experience with this?
Edit: Made a simple app and it doesn't seem to have any issues. Concerned about possible future issues though.
Edit:
JDialog Not Displaying When in Fullscreen Mode
Issues with dialogs must make it difficult for confirmation boxes.
Edit: JOptionPane.showInternalConfirmDialog works great for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近几天进行了研究,似乎没有任何正式记录的运行用 java 编写的全屏 mdi 应用程序的问题。
I have researched for the last few days and there seems to not be any formally documented issues with running a fullscreen mdi application written in java.