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();
      });


            Assignee:
            Praveen Narayanaswamy
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: