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

[macos] Javafx can't resume norm size when double click title bar again

XMLWordPrintable

    • x86_64
    • os_x

      ADDITIONAL SYSTEM INFORMATION :
      mac os catalina

      A DESCRIPTION OF THE PROBLEM :
      a norm application double click it title bar, it will fill screen and double click again, it will back to previous size, but java application can't back to previous size in mac os.


      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      import javafx.application.Application;
      import javafx.scene.Group;
      import javafx.scene.Scene;
      import javafx.stage.Stage;

      public class App2 extends Application {

          @Override
          public void start(Stage primaryStage) throws Exception {
              
              primaryStage.setScene(new Scene(new Group(), 500,500));
              primaryStage.show();
          }
      }


      FREQUENCY : always


            pnarayanaswa Praveen Narayanaswamy
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: