Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Swing(X) 中是否有任何组件,我们可以通过它在面板或框架上放置一个面纱加载图像,使其在一些冗长的背景处理期间透明?
罗曼盖伊作品的几个例子:
“肮脏的富客户”一书的第 9 章,带有可下载的代码
SwingFX:漂亮的进度面板
玻璃板绘画
GlassPane 拦截
和其他例子:
玻璃示例
您正在寻找 Glass Pane,在此处完成教程和此处的相关部分
您需要在框架上添加一个玻璃板,这是正确的。但是您也可以使用SwingX ' JXFrame 并简单地设置一个等待窗格并在加载操作开始时激活它。 看看API