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

Stage: fullScreen property is read-only

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • fx2.0.1, fx2.0.2, fx2.0.3, fx2.1
    • javafx
    • Windows 7 64bit, JDK 1.7.0_4 beta 64bit, JavaFX 2.1 beta15 64bit

      Despite the fact that there is a setFullScreen(boolean) method in the Stage class, fullScreenProperty() returns a ReadOnlyBooleanProperty.
      This makes binding a UI element to this property (ie: a ToggleButton which allows the user to set the app to fullscreen) cumbersome.

      This property should return a BooleanProperty instead or the documentation should be expanded to explain why the returned property is read-only.

            psafrata Pavel Šafrata
            fbouyajfx Fabrice Bouyé (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: