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

StageBuilder.style() doesn't work

XMLWordPrintable

      The following code doesn't make stage transparent:

              StageBuilder.create()
                      .style(StageStyle.TRANSPARENT)
                      .scene(SceneBuilder.create()
                          .root(new Group(new Label("This stage expected to be transparent")))
                          .build()
                      )
                      .applyTo(stage);

      However the following code does:

      stage.initStyle(StageStyle.TRANSPARENT);

            ekrejcir Eva Krejčířová (Inactive)
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: