diff --git a/.gitignore b/.gitignore index bf9e782..7f0e092 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.mp3 \ No newline at end of file +*.mp3 +config.xml \ No newline at end of file diff --git a/bin/.gitignore b/bin/.gitignore deleted file mode 100644 index f4cdb54..0000000 --- a/bin/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -/GUI$1.class -/GUI$2.class -/GUI$3.class -/GUI$4.class -/GUI$5.class -/GUI$6.class -/GUI$7.class -/GUI$8.class -/GUI$SoundJLayer.class -/GUI.class -/Main.class -/SoundJLayer.class -/jaggob$1.class -/jaggob$2.class -/jaggob.class -/GUI$9.class -/GUI$10.class diff --git a/bin/GUI$10.class b/bin/GUI$10.class new file mode 100644 index 0000000..2bafed6 Binary files /dev/null and b/bin/GUI$10.class differ diff --git a/bin/GUI$2.class b/bin/GUI$2.class index 7ab31ed..2843095 100644 Binary files a/bin/GUI$2.class and b/bin/GUI$2.class differ diff --git a/bin/GUI$9.class b/bin/GUI$9.class new file mode 100644 index 0000000..63a96b1 Binary files /dev/null and b/bin/GUI$9.class differ diff --git a/src/GUI.java b/src/GUI.java index 52fd37b..4b1485d 100644 --- a/src/GUI.java +++ b/src/GUI.java @@ -127,7 +127,7 @@ public class GUI extends JFrame { label.addMouseListener(new MouseAdapter() { @Override public void mouseClicked(MouseEvent e) { - JOptionPane.showMessageDialog(null,"Sir Berger Board v0.3.5 \n Changelog: \n -automatisches speichern und laden \n der Buttons implementiert \n © 2016 Kellerkinder \n © 2016 Jaggob Edition by Seilo \n www.kellerkinder.xyz","Über",JOptionPane.INFORMATION_MESSAGE); + JOptionPane.showMessageDialog(null,"Sir Berger Board v0.3.5 \n Changelog: \n -automatisches speichern und laden \n der Buttons implementiert \n © 2016-2017 Kellerkinder \n © 2016-2017 Jaggob Edition by Seilo \n www.kellerkinder.xyz","Über",JOptionPane.INFORMATION_MESSAGE); } }); label.setForeground(Color.WHITE);