How would I get resources in my resources folder?
Note: I’ve tried this, but it didn’t work:
URL image_url = ImageLoader.class.getResource(path);
System.out.println(path); // Prints the file's correct name
System.out.println(image_url); // Prints null