Thread
:
Repaint fails when using threads
View Single Post
#
3
(
permalink
)
08-15-2007, 05:37 PM
rjevans2000
Member
Join Date: Aug 2007
Posts: 3
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?
rjevans2000
View Public Profile
Send a private message to rjevans2000
Find all posts by rjevans2000