Corrected Default Image

This commit is contained in:
2020-04-27 00:05:44 +05:30
parent 3dad2a399a
commit fbb07e91a1

View File

@@ -38,7 +38,7 @@ public class TheCanvas {
if (status == JFileChooser.APPROVE_OPTION) { if (status == JFileChooser.APPROVE_OPTION) {
return open.getSelectedFile(); return open.getSelectedFile();
} else { } else {
return new File("tree.txt"); return new File("images/avii.jpg");
} }
} }
} }