Add conveniece method FXMLLoader.load(String localFile)

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P5
    • None
    • Affects Version/s: 7u6
    • Component/s: javafx

      During development time in a dynamic language one would often like to load a .fxml file in the REPL. Currently this is a bit ugly (example in Clojure):
      (FXMLLoader/load (java.net.URL. "file:////c:/Users/jfxuser/projects/jfx/example.fxml"))
      Nice would be:
      (FXMLLoader/load "c:/Users/jfxuser/projects/jfx/example.fxml")

            Assignee:
            Milan Kubec
            Reporter:
            Andre Thieme (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: