new year ...

This commit is contained in:
Seil0 2017-01-08 23:59:03 +01:00
parent bf01e4e62e
commit e6ccd3eb6b
6 changed files with 3 additions and 19 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
*.mp3
*.mp3
config.xml

17
bin/.gitignore vendored
View File

@ -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

BIN
bin/GUI$10.class Normal file

Binary file not shown.

Binary file not shown.

BIN
bin/GUI$9.class Normal file

Binary file not shown.

View File

@ -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);