Author | Message |
---|---|
emugi
Posts: 19
|
Posted 14:20 Nov 21, 2015 |
Do we have to save the image inside the source folder?? I made the source folder inside the src but it seems like its not working right. |
msargent
Posts: 519
|
Posted 14:31 Nov 21, 2015 |
A quick way to do it for this assignment is to put the images in their own folder (e.g. "images") under src. Then if you had an image ace.jpg in that folder, you would get it with "/images/ace.jpg" from your java file. |