I have a Swing application and I'm trying to fade out the main application and show a window saying an operation is in progress (this is for long running operations that may need to block the UI). Is there an elegant way to do this in Swing (mainly the fading out the background) or maybe some swing library to help with this (maybe from swing labs)?
Thanks,
Jeff
以上就是Java Swing Fade Out Background的详细内容,更多请关注web前端其它相关文章!