Browse Source

Update Tage_D.java

new_repo
Daniel Hauch 5 years ago
committed by GitHub
parent
commit
45cc6dcc4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Tage_D.java

4
src/Tage_D.java

@ -141,7 +141,7 @@ public class Tage_D extends JFrame {
}
});
j4 = new JTextField("Hier erfahren Sie Ergebnisse aus Ihrer Auswahl",8 0); Panele.add(j4);
j4 = new JTextField("Hier erfahren Sie Ergebnisse aus Ihrer Auswahl",80); Panele.add(j4);
fr.setVisible(true);
fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
@ -156,4 +156,4 @@ public class Tage_D extends JFrame {
return zufall;
}
}
}
Loading…
Cancel
Save