Delete Artist.java
This commit is contained in:
-18
@@ -1,18 +0,0 @@
|
||||
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