filmov
tv
JAVA , INTRODUCTION, CH1 E17TestImageInFile, This program check if the image file exists in location

Показать описание
(E1.17) Type and run the following program.
/**
Show a dialog box with an image and greeting.
*/
public class Test
{
public static void main(String[] args) throws Exception
{
URL imageLocation = new URL(
JOptionPane.PLAIN_MESSAGE, new ImageIcon(imageLocation));
}
}
/**
Show a dialog box with an image and greeting.
*/
public class Test
{
public static void main(String[] args) throws Exception
{
URL imageLocation = new URL(
JOptionPane.PLAIN_MESSAGE, new ImageIcon(imageLocation));
}
}