View Single Post
  #3 (permalink)  
Old 08-15-2007, 05:37 PM
rjevans2000 rjevans2000 is offline
Member
 
Join Date: Aug 2007
Posts: 3
rjevans2000 is on a distinguished road
Thread s = new Thread(this) fails to compile with the following error message:

symbol : constructor Thread(<anonymous java.awt.event.ActionListener>)
location: class java.lang.Thread
Thread s = new Thread(this);

Any ideas?
Reply With Quote