I am new to Java and I have one of the typical problem.I came to know that Java do not support multiple inheritence. So I want to know how to implement the below class
class JPT extends JPanel extends Thread;
Multilevel inhertence will not help me for obvious reasons that I cannot edit the library classed, I may end up in problem due to dependencies if I edit.