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
1 additions and
1 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",80); Panele.add(j4); |
|
|
|
|
|
|
|
|
j4 = new JTextField("Hier erfahren Sie Ergebnisse aus Ihrer Auswahl",98); Panele.add(j4); |
|
|
fr.setVisible(true); |
|
|
fr.setVisible(true); |
|
|
fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
|
|
fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
|
|
} |
|
|
} |
|
|