View Single Post
  #1 (permalink)  
Old 05-08-2008, 08:38 PM
DivideByZero DivideByZero is offline
Newbie
 
Join Date: Dec 2007
Posts: 28
Rep Power: 3
DivideByZero is on a distinguished road
Default threads and panels?

How can I use threads and panels?

"public class ThreadProg extends Thread"

"public class ThreadProg extends Panel"

How can I combine it?


these don't work:
public class ThreadProg extends Thread, Panel
public class ThreadProg extends Thread extends Panel
Reply With Quote

Sponsored Links