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/README.md b/README.md index 19ffe18..fb6842f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ +![Total Downloads](https://img.shields.io/github/downloads/Seil0/Bergerboard/total.svg?style=flat-square) +[![Latest](https://img.shields.io/github/release/Seil0/Bergerboard/all.svg?style=flat-square)](https://github.com/Seil0/Bergerboard/releases) + # BergerBoard Latest changes and newest Features will be posted here.This version is not ready for use, compiling necessary. -You can download a compiled and ready for use version at [kellerkinder.xyz](http://www.kellerkinder.xyz/). +You can download a compiled and ready for use version [here](https://github.com/Seil0/Bergerboard/releases). -Bergerboard Software © 2016 Software Development Kellerkinder (SDK) www.kellerkinder.xyz +Bergerboard Software © 2016-2018 Software Development Kellerkinder (SDK) www.kellerkinder.xyz diff --git a/bin/.gitignore b/bin/.gitignore index f4cdb54..e482b7b 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,4 +1,5 @@ /GUI$1.class +/GUI$10.class /GUI$2.class /GUI$3.class /GUI$4.class @@ -6,6 +7,7 @@ /GUI$6.class /GUI$7.class /GUI$8.class +/GUI$9.class /GUI$SoundJLayer.class /GUI.class /Main.class @@ -13,5 +15,3 @@ /jaggob$1.class /jaggob$2.class /jaggob.class -/GUI$9.class -/GUI$10.class diff --git a/bin/GUI$1.class b/bin/GUI$1.class index 6db05ce..99fab51 100644 Binary files a/bin/GUI$1.class and b/bin/GUI$1.class differ diff --git a/bin/GUI$10.class b/bin/GUI$10.class new file mode 100644 index 0000000..09487d4 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..d483abe 100644 Binary files a/bin/GUI$2.class and b/bin/GUI$2.class differ diff --git a/bin/GUI$3.class b/bin/GUI$3.class index 9eb146c..2e2768a 100644 Binary files a/bin/GUI$3.class and b/bin/GUI$3.class differ diff --git a/bin/GUI$4.class b/bin/GUI$4.class index 2ca205b..e442ded 100644 Binary files a/bin/GUI$4.class and b/bin/GUI$4.class differ diff --git a/bin/GUI$5.class b/bin/GUI$5.class index 65fc96f..f26128f 100644 Binary files a/bin/GUI$5.class and b/bin/GUI$5.class differ diff --git a/bin/GUI$6.class b/bin/GUI$6.class index f4af9d5..835d861 100644 Binary files a/bin/GUI$6.class and b/bin/GUI$6.class differ diff --git a/bin/GUI$7.class b/bin/GUI$7.class index 944ef1b..a8e709f 100644 Binary files a/bin/GUI$7.class and b/bin/GUI$7.class differ diff --git a/bin/GUI$8.class b/bin/GUI$8.class index 3386929..bfb215b 100644 Binary files a/bin/GUI$8.class and b/bin/GUI$8.class differ diff --git a/bin/GUI$9.class b/bin/GUI$9.class new file mode 100644 index 0000000..a2ad577 Binary files /dev/null and b/bin/GUI$9.class differ diff --git a/bin/GUI$SoundJLayer.class b/bin/GUI$SoundJLayer.class index b15c64e..d7dec75 100644 Binary files a/bin/GUI$SoundJLayer.class and b/bin/GUI$SoundJLayer.class differ diff --git a/bin/GUI.class b/bin/GUI.class index 953b949..e772e9e 100644 Binary files a/bin/GUI.class and b/bin/GUI.class differ diff --git a/src/GUI.java b/src/GUI.java index 52fd37b..017691b 100644 --- a/src/GUI.java +++ b/src/GUI.java @@ -25,7 +25,6 @@ import java.awt.Component; import java.awt.Cursor; import java.awt.EventQueue; import java.awt.Font; -import java.awt.MenuBar; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; @@ -51,7 +50,6 @@ import javax.swing.JPanel; import javax.swing.JTextField; import javax.swing.SwingConstants; import javax.swing.border.EmptyBorder; -import javax.swing.filechooser.FileFilter; import javax.swing.filechooser.FileNameExtensionFilter; import javazoom.jl.player.advanced.AdvancedPlayer; @@ -113,7 +111,7 @@ public class GUI extends JFrame { */ public GUI() { setBackground(Color.DARK_GRAY); - setTitle("Sir Berger Board V0.3.5 alpha Kevin Edition"); + setTitle("Sir Berger Board V0.3.6 beta Calvin Edition"); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(100, 100, 1126, 702); contentPane = new JPanel(); @@ -127,7 +125,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.6 \n Changelog: \n -Added Menubar\n -Added File-Open-Dialog\n © 2016-2017 Kellerkinder \n © 2016-2017 Jaggob Edition by Seilo \n www.kellerkinder.xyz","Über",JOptionPane.INFORMATION_MESSAGE); } }); label.setForeground(Color.WHITE);