player control states fixed (when pressing next/prev button), refresh them in event driven way

This commit is contained in:
honfika@gmail.com
2015-04-25 19:03:01 +02:00
parent 59f8113fc8
commit 2900dd90e0
7 changed files with 185 additions and 69 deletions

View File

@@ -2385,6 +2385,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
if (flashPanel != null) {
try {
flashPanel.close();
flashPanel.unload();
} catch (IOException ex) {
// ignore
}