View Single Post
  #4 (permalink)  
Old 05-21-2008, 07:06 PM
reniery reniery is offline
Newbie
 
Join Date: May 2008
Posts: 27
Rep Power: 2
reniery is on a distinguished road
Default Re: threads and panels?

You could use the following

public class ThreadProg extends Panel implements Thread

implements doesnt mean the same as extends but in some cases its very useful
Reply With Quote