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!