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

After stage.close() cannot be shown in another thread

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      Platform.runLater(() -> {
         stage.close();
      });

      // After closing stage, runLater does work
      Platform.runLater(() -> {
         System.out.println("This message is not sent to the console :(");
         stage.show();
      });


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

              Created:
              Updated:
              Resolved: