mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-10 07:08:33 +05:30
Corrected Default Image
This commit is contained in:
@@ -38,7 +38,7 @@ public class TheCanvas {
|
||||
if (status == JFileChooser.APPROVE_OPTION) {
|
||||
return open.getSelectedFile();
|
||||
} else {
|
||||
return new File("tree.txt");
|
||||
return new File("images/avii.jpg");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user