Okay so I\'m trying to make an API for my intro screen to be used across multiple games and I\'ve spent the last 5-6 hours trying to figure out this 1 problem.
If you use Class.getResourceAsStream(path), the path must start with a / (otherwise it's considered as a path relative to the class package). If you use ClassLoader.getResourceAsStream(path), the path must NOT start with a /.