Thread
:
Repaint fails when using threads
View Single Post
#
2
(
permalink
)
08-15-2007, 05:28 PM
Bojevnik
Member
Join Date: Aug 2007
Posts: 13
instead of
Runnable q = new ColourPanel();
Thread s = new Thread(q);
try
Thread s = new Thread(this);
(im not 100% on this).
__________________
I HATE SMURFS!!!!!
Bojevnik
View Public Profile
Send a private message to Bojevnik
Find all posts by Bojevnik