Quote:
Originally Posted by GasBot
I just wrapped it in a try catch block and that error went away. Weird.
|
No, not weird. Obviously you are coming over from C++. In Java any method that declares itself that it throws an Exception, then the calling function has to catch it or pass it on. Otherwise you will get a compile error.
Did you ever get the zoom problem I mentioned?