|
|
@ -192,11 +192,10 @@ public class SlideshowViewer { |
|
|
|
slideshowdirectory.mkdirs(); |
|
|
|
slideshowdirectory.mkdirs(); |
|
|
|
slideshowDataFiles = new String[]{}; |
|
|
|
slideshowDataFiles = new String[]{}; |
|
|
|
try { |
|
|
|
try { |
|
|
|
System.out.println("\nPlease insert files into the "+slideshowdirectory.getCanonicalPath()+" directory and restart the program!"); |
|
|
|
System.out.println("\nPlease insert files into the "+slideshowdirectory.getCanonicalPath()+" directory!"); |
|
|
|
} catch (IOException e) { |
|
|
|
} catch (IOException e) { |
|
|
|
e.printStackTrace(); |
|
|
|
e.printStackTrace(); |
|
|
|
} |
|
|
|
} |
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
JFrame f = new JFrame("SlideshowViewer v1.0"); |
|
|
|
JFrame f = new JFrame("SlideshowViewer v1.0"); |
|
|
|