Added Java files
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
|
||||
public class Artist
|
||||
{
|
||||
private String genre;
|
||||
private String name;
|
||||
private String description;
|
||||
private ImageIcon image;
|
||||
private int id;
|
||||
|
||||
public Artist()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user