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

[Application] Provide support to run only a single instance of JavaFX Application

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u25
    • javafx

      Starting JavaFX application several times results in multiple instances of application running. Sometimes it is required that only a single instance of an application should run.

      Provide feature so that attempting to start a second copy should typically result in the second copy detecting that the first copy is running, and then sending a message to the first copy asking it to display a new window or raise its current window.

      Other UI toolkits already provide built-in support for this:

      Qt : QtSingleApplication
      GTK : GtkApplication

      SceneBuilder already supports something like this.

            Unassigned Unassigned
            asarkar Anirvan Sarkar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: