Is it possible to use Post Processing effects like gaussian blur or greyscale effects on an entire JFrame independent from its contents?
Asked
Active
Viewed 156 times
1 Answers
2
I would guess you are looking at the JLayer
class. See How to Decorate Components with the JLayer Class for more information and examples.
Another option might be to use a Glass Pane
. See the glass pane demo
from How to Use Root Panes.

camickr
- 321,443
- 19
- 166
- 288