diff --git a/bin/GUI.class b/bin/GUI.class index 768b0fa..3b32195 100644 Binary files a/bin/GUI.class and b/bin/GUI.class differ diff --git a/src/GUI.java b/src/GUI.java index 19830b6..f50adaf 100644 --- a/src/GUI.java +++ b/src/GUI.java @@ -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);