I propose to add StageStyle.UNDECORATED_INTERACTIVE as outlined in this PR: https://github.com/openjdk/jfx/pull/594
The purpose of this style is to allow developers to provide custom window decorations, but retain the window behaviors that would be lost when using StageStyle.UNDECORATED. I'm looking forward to any comments on this proposal.