Change Application.launch methods to use varargs for String[] args parameter

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • fx2.0.2
    • Affects Version/s: fx2.0.2
    • Component/s: javafx

      As the summary indicates:

      launch(String[] args) ==> launch(String... args)
      launch(Class<? extends Application> appClass, String[] args) ==> launch(Class<? extends Application> appClass, String... args)

            Assignee:
            Richard Bair (Inactive)
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: