I have to resolve this task for my college... I need to create one new class (with one new method, just to show I know how to do it) which extends swt class which is final (so it can't be extended in a classic way with extend keyword..). I have been told I can write wrapper class and instantiate final class object inside it. But what then?
I would be really thankful if someone can show me some example of this kind of extending (with some final class, new class and using method of new class which extends final class), because I have no idea how to do it.