5859606162636465666768
dialog.pack(); dialog.setVisible(true); // Create command. ZipUnzip command = new ZipUnzip(); try { command.perform(data); } catch (Exception exception) { exception.printStackTrace(); } // Refresh panels. CommandData refreshData = new CommandData();