9899100101102103104105106107108
this.window = window; this.file = file; CIXFile cixFile = new CIXFile(); try { cixFile.importFile(file); this.cixFile = cixFile; analyType(); } catch (Exception e) { DialogManager.showMessageDialog(window, TxtManager.getTxt("PARTNER.IMPORT.NOTVAILDFILE")); e.printStackTrace();