Cleaned up code and added full date support

This commit is contained in:
2015-02-24 19:56:25 +01:00
parent a15ecc78c0
commit 3dafa12ba8
5 changed files with 83 additions and 15 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ public class PanelTable extends JPanel implements Panel{
*/
private void openArtistDialog(int row) {
JFrame frame = new JFrame();
Artist artsit = events.get(row).getArtist();
Artist artist = events.get(row).getArtist();
//the dialog
frame.pack();
frame.setSize(300, 200);