A javaFX Stage could be both StageStyle.UTILITY and StageStyle.TRANSPARENT?

前端 未结 5 1097
野的像风
野的像风 2020-12-11 06:05

I mean that when using a stage with stageStyle.UTILITY, I don\'t want to show the \"solid white background \" but a transparent background.

I need a stage doesn\'t s

5条回答
  •  春和景丽
    2020-12-11 06:34

    something thus?

    enter image description here

    has an effect on the background

    leads code

    dialog.initModality(Modality.WINDOW_MODAL);
    

提交回复
热议问题