this.title = title; this.imagePath = imagePath;
if (image == null) { image = new ImageIcon(imagePath); } return image;
return title;