initial release

This commit is contained in:
Seil0 2016-08-13 14:53:19 +02:00
parent 3670335f6a
commit 34aafcfb0a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -119,7 +119,7 @@ public class GUI extends JFrame {
label.setBounds(109, 24, 645, 84);
contentPane.add(label);
JLabel lblKellerkinderSoftwareDevelopment = new JLabel(" © 2016 Kellerkinder www.kellerkinder.xyz");
JLabel lblKellerkinderSoftwareDevelopment = new JLabel(" © 2016 Kellerkinder");
lblKellerkinderSoftwareDevelopment.setForeground(Color.BLUE);
lblKellerkinderSoftwareDevelopment.setFont(new Font("Arial", Font.ITALIC, 20));
lblKellerkinderSoftwareDevelopment.setBounds(32, 626, 409, 37);