507508509510511512513514515516517
} try { initFiles(); ImportGui gui = new ImportGui(getParentFrame()); gui.addPropertyChangeListener(ImportGui.PROP_MOVIES, this); gui.onStartup(); } catch (IOException ex) { ex.printStackTrace(); } }