Daniel Hauch
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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; |
|
|
|
} |
|
|
|
} |
|
|
|
} |