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

Setting full screen mode doesn't work.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • fx2.0
    • javafx
    • window 7
      java version "1.6.0_24"
      Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
      Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
      javafx_sdk-2_0-ea-b13-windows-i586


      The code below doesn't make the screen full scren:

      Stage stage = new Stage(StageStyle.UNDECORATED);
      stage.setFullScreen(true);

      Decorated or undecorated it still doesn't make the window into full screen mode.

            kcr Kevin Rushforth
            cdea Carl Dea
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: