I know that Stage.InitStyle(StageStyle.UTILITY)
will create a stage that, as long as it has been init to an owner, will not be present in the task bar (or system specific equivalent).
I also know that Stage.InitStyle(StageStyle.TRANSPARENT)
will create a stage with no border or buttons for closing/minimizing/maximizing.
Is it possible to have both?