758759760761762763764765766767768
for(int i = 0; i < tmp.length; i++) { tmp[i] = entry[i].toString(); } NameChooser n = new NameChooser(); String name = n.text.getText(); ZipFileCreator z = new ZipFileCreator(tmp, path, name); fresh(); } catch(Exception ex)