> I dont know if Im getting this error because of something Ive done/not
> done, or if Netbeans is just being silly. In my source package, I've got
[quoted text clipped - 22 lines]
>
> What can I do about this?
>From the error, it seems like the interface TuioListener has a method
refresh() which your class Test is supposed to provide an
implmentation for it. If you don't provide the implementation for
refresh(), you have to declare your class as abstract.
F. Marker - 16 Feb 2007 18:02 GMT
>> I dont know if Im getting this error because of something Ive done/not
>> done, or if Netbeans is just being silly. In my source package, I've got
[quoted text clipped - 27 lines]
> implmentation for it. If you don't provide the implementation for
> refresh(), you have to declare your class as abstract.
Yea, I realized that about 10 minutes after I posted it. :D