How to make JFrame blurry in java?

In my java program, when the user clicks the button in the main one JFrame, the other one JFramebecomes visible on top of the main frame. Now, how to make the previous frame blurry? Just like the background in the image:

Overlay blurring background

+1
source share
3 answers

Now, how to make the previous frame blurry?

+5
source

, Java Swing, - , .

JDialog , JFrame. A JDialog . , JFrame, JDialog.

a JDialog - JFrame. JFrame, JFrame.

tutorial , JFrame.

+2

setOpacity(float opacity), JFrame ( Frame ).

+1

All Articles