http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html#exists() and http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JOptionPane.html#showMessageDialog(java.awt.Component,%20java.lang.Object)
in the simplest form, the code would look something like if(!new File(<file>).exist()) JOptionPane.showMessageDialog("file not found");
[::

Live and Learn. Life's a Lesson ::]
-----------------------------------------------------------------------------------------------------
..............................................................................................................................
-----------------------------------------------------------------------------------------------------