All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ProjectImporter extends LazyFrame
See Also:
  • Constructor Details

  • Method Details

    • importProject

      public static void importProject(DesignerContext context)
    • importProject

      public static void importProject(DesignerContext context, Component parent)
    • importProject

      public static void importProject(DesignerContext context, File projectFile)
    • importProjectAndGet

      @Nullable public static ProjectImport importProjectAndGet(File projectFile)
      Imports the project from the specified project file and returns a ProjectImport from it. If the import fails, null is returned and an Error modal is shown.
    • getCenteringParent

      protected Component getCenteringParent()
      Description copied from class: LazyFrame
      Override this to provide a centering parent
      Overrides:
      getCenteringParent in class LazyFrame
    • notifyOpened

      protected void notifyOpened()
      Overrides:
      notifyOpened in class LazyFrame