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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P5
    • fx2.0.2
    • fx2.0.2
    • javafx

    Description

      As the summary indicates:

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: