I need to create a panel which is partially transparent and which blurs what appears behind the panel. Such as the title bar in widows 7. Help me if someone knows how to do this very simply
Asked
Active
Viewed 107 times
0
-
See: http://stackoverflow.com/questions/3562225/java-set-opacity-in-jpanel – beaker Jul 11 '14 at 16:05
-
Thank you. But I knew how to make a component transparent. The exact problem I had was how make blur what appears behind the panel. – Rusiru Adithya Samarasinghe Jul 21 '14 at 16:25
-
What happens if you set alpha=0.5? – beaker Jul 21 '14 at 16:26
-
setting alpha channel to 0.5 makes the component transparent. I need it to be blurred what appears behind. – Rusiru Adithya Samarasinghe Dec 31 '14 at 15:59
-
Sorry, I don't have an answer for you, but if you update your question with what you've tried, the results you're getting and the desired results, it will help people give you more relevant answers. It will also bump the question so more people will see it. – beaker Dec 31 '14 at 20:45