0

Is it possible to use Post Processing effects like gaussian blur or greyscale effects on an entire JFrame independent from its contents?

Andreas Hartmann
  • 1,825
  • 4
  • 23
  • 36

1 Answers1

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