Hello,
I was recently writing a java project with another ide but decided to switch to dr.java because it is very portable. My problem is as follows. The project I had made previouly loaded sprites from a png in a sub folder of my project folder called res. When using "/sprite_sheet.png" as the path in my code it worked with the old ide. im just wondering where I could put the png or what settings I might need to change to get it to work again. Currently Im getting a javax.imageio.ImageIO.read(Unknown Source) error.
Thank you
Actualy Ive Figured it out all I need to do was put the png in the source folder for the project manually using the file explorer.