Hello everyone. Cody here. I was wondering if anyone knew how to add images to a class without having to direct to the C drive? Like add it to the game like in Java development. I'm currently making a game and I'd like to know if anyone can help. I made a folder in my project called "imgs" and put my images in there. Next I did this, "ImageIcon i = new ImageIcon("@imgs/bg1.jpg");" Can someone tell me why this isn't working? Please? Thank you guys very much for your time. All help will be greatly appreciated. Thanks.