External Exam Download Resources Web Applications Games Recycle Bin

smiley



save Smiley To Project Folder
where to copy the smiley
setup Form
smiley Form
import Package
import java.io.File;
import javax.swing.ImageIcon;

btnShow
String smilePath = new File("").getAbsolutePath() + "/smiley.png";
ImageIcon smileImage = new ImageIcon(smilePath);
lblPicture.setIcon(smileImage);