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

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 <20> 2016 Kellerkinder \n <20> 2016 Jaggob Edition by Seilo \n www.kellerkinder.xyz","<EFBFBD>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 <20> 2016-2017 Kellerkinder \n <20> 2016-2017 Jaggob Edition by Seilo \n www.kellerkinder.xyz","<EFBFBD>ber",JOptionPane.INFORMATION_MESSAGE);
}
});
label.setForeground(Color.WHITE);