data.addItem(Keys.SOURCE_FILES, sources);
data.addItem(Keys.DEST_DIR, destanation);
// Create command.
Copy copy = new Copy();
try {
copy.perform(data);
} catch (Exception exception) {
exception.printStackTrace();
}
// Refresh panels.
CommandData refreshData = new CommandData();