Re: threads and panels?
as reniery said it works about the same. when you extend it mean you can use the functions direcly. when you implement you need to have the functions in your class (and you need all of them even the ones you dont use, but you can leave them empthy).
another way could be to use an inner class. the class can reach all the methods in your inner class.
|