Fix for changing to different panel on data change.

After data has been edited, the current panel is now updated.
This commit is contained in:
2015-02-26 20:38:57 +01:00
parent 9ee421b792
commit 3ece3588e6
9 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public class AddArtistPanel extends JFrame{
JOptionPane.showMessageDialog(null, "Artist added!");
setVisible(false);
dispose();
Window.updatePanel("art_sta");
Window.updatePanel();
} else {
JOptionPane.showMessageDialog(null, "Choose a different artist name!");
}