Java 对话框 setModal
与我之前的问题相关 Java 项目 - 如何冻结 Frame, 是否可以使主屏幕的颜色变暗(使所有内容变为灰色或黑白)以突出显示播放器对话框?我怎样才能做到这一点?
Related to my previous question Java Project - how to freeze Frame,
Is it possible to darken the color of the main screen (make EVERYTHING gray or black and white) to highlight the player dialog box? How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关完整的示例和说明,请参阅 Glass Pane 示例。
一般来说,您的玻璃板可以使用透明背景:
然后,当您想显示对话框时,基本代码将是:
See the Glass Pane example for a complete example and explanation.
In general your glass pane can use an transparent background:
Then when you want to show the dialog the basic code would be: