-
Bug
-
Resolution: Unresolved
-
P4
-
jfx21
-
None
When a Stage is shown without setting a Scene, the behavior varies depending on the StageStyle, leading to inconsistent and potentially confusing results:
StageStyle.DECORATED: A black window is shown.
StageStyle.UNDECORATED: No window appears at all.
Stage.java and StageStyle.java mentions that the background should be white.
StageStyle.DECORATED: A black window is shown.
StageStyle.UNDECORATED: No window appears at all.
Stage.java and StageStyle.java mentions that the background should be white.
- relates to
-
JDK-8354943 [Linux] Package of fixes for glass gtk
-
- Open
-