I would like to realize how to make the scene of a main stage blured and transparent, if it's possible of corse.. I have already done this with old swing JFrame and now I am so amazed that it is so difficult to do with new javafx(( I have alredy seen some solution of this issue with javafx but all of them just made a screenshot and then made it blurred, like this:
java.awt.image.BufferedImage image = robot.createScreenCapture(new java.awt.Rectangle(X, Y, W, H));
insted I want that the scene doesn't have a permanent background... Is it possible with javafx?
Thanks for advices)))
Whith old swing it was like this: enter image description here