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

preview_player
Показать описание
(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));



}

}
Рекомендации по теме
visit shbcf.ru