Hi,
I have a Swing application and I want to use javafx inside it, so I am using JFXPanel.
I am trying to create a scene with rounded corners and this works fine. (see this post:
10011849 .
The problem is when I add the scene to a JFXPanel and then to a Jframe or Jdialog I can't control the corners of it, so I get a rounded corners of the scene but
the corners of the Jframe stays regular.
I tried to make the Jframe transparent but this was not good as well. Any ideas how to solve this?
thanks,
Leli