View Single Post
  (#18 (permalink)) Old
lionscribe Offline
Knows Where the Search Button Is
 
Posts: 24
Join Date: Feb 2008
Model: none
Carrier: sprint
Default 04-05-2009, 05:05 PM

Quote:
Originally Posted by GasBot View Post
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?
   
Reply With Quote