I'm having an annoying issue where one of my classes is causing my applet not to run.
I've narrowed down the issue to the ImageEntity class and I'm stumped as to where the problem is in it and how to make it go away.
The class was originally setup to be used by a JFrame but I've been trying to make it usable to the applet but it doesn't seem to be working.
Here's the code:
[Java] ThreeJavaClassesIssue - Pastebin.com
I've only included the classes that are having the issue but there are a few others I could post the code for if needed.
All three of these classes are from various class projects and the book we are working from never made any mention of an issue like this at the current time and most likely assumed we would know what we were doing by this point. Obviously not.