Added new lists for viewing and selecting Artists and Stages

This commit is contained in:
2015-02-25 19:51:02 +01:00
parent c225c23d66
commit 9de7409bac
6 changed files with 146 additions and 4 deletions
+5
View File
@@ -79,4 +79,9 @@ public class Artist implements Serializable{
{
this.background = background;
}
public String toString()
{
return name;
}
}