import javax.swing.ImageIcon;
import javax.swing.JOptionPane;
public class First {
public static void main(String[] args) {
JOptionPane.
showMessageDialog(null, "Hello Dear Students", "Simple Message",
JOptionPane.PLAIN_MESSAGE,
new ImageIcon("C:\\Users\\Deep Singh\\Desktop\\good.jpg"));
}
}
No comments:
Post a Comment