Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8354964

[Linux] A Stage without a scene should show with a white background

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • jfx21
    • javafx
    • 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.

            tsayao Thiago Sayao
            tsayao Thiago Sayao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: