I was reading in images that were in the same folder as my programs like this
public void GetImages() { imgMonster = new ImageIcon(Astro_n_Monster.class.getResource("image.png")).getImage(); } but now I've moved them into a different folder but within the project folder still. I'm not quite sure how to read them anymore because I've tried stuff like, "H:NetBeansProjects\Game\Pictures\image.png" but that won't read it in. I need help with what to change within the ""