Aufräumung

This commit is contained in:
Simon Rieger 2016-10-17 10:46:16 +02:00
parent d76112050c
commit 81aebf3842
2 changed files with 0 additions and 10 deletions

View file

View file

@ -270,17 +270,7 @@ public class GUI extends javax.swing.JFrame {
private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton5ActionPerformed private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton5ActionPerformed
try { try {
downloader.main(null);
downloader1.main(null);
// TODO add your handling code here:
VerzeichnisDurchsuchen3.main(null);
DateiKopierenClass1.main(null);
DateiKopierenClass2.main(null);
String file = "./modpack/modpack/" + GUI.datei.substring(GUI.datei.lastIndexOf("/") + 1);
new File(file).renameTo(new File("./modpack/modpack/forge.jar"));
frage.main(null); frage.main(null);
} catch (IOException ex) {
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);
} catch (Throwable ex) { } catch (Throwable ex) {
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex); Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);
} }