<@UD8KZJQUF> does this get you closer? I'm using ...
# tornadofx
c
@Shan does this get you closer? I'm using a StackPane. One of the child vboxes is doing the slight transparency while the other holds the content. The first opacity setting isn't affecting the content like the button in the second vbox()
s
Yes this is essentially what I need! I started messing with the StageStyle.TRANSPARENT windows yesterday because I need the user to be able to drag and resize the window like a normal decorated StageStyle. I found some resizing helper classes that some people on StackOverflow made and am trying to integrate them into my fragment now. Wish JavaFX had a StageStyle that only had a transparent background without removing the resize and drag features! 😞 Thank you for all your help Carl!
c
Yw