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

AppletStageExtension's useDefaultClose: false is not working

XMLWordPrintable

      AppletStageExtension's useDefaultClose: false is not working

      Steps to reproduce:
      Goto - http://javafx.com/samples/CustomSplashScreen/
      Drag the applet out. - Please find the attached scree shot.

      In his code.
            AppletStageExtension {
                  onDragStarted: function() {
                      vis = true;

                  }
                  onAppletRestored: function() {
                      vis = false;
                  }
                  useDefaultClose: false
              }

      Still close button is shown.

            tonywyant Tony Wyant (Inactive)
            rnairjfx Raghu K Nair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: