how to blit jcomponents?

Started by robby, December 11, 2004, 07:37:08 PM

Previous topic - Next topic

entis

Quote from: raft on April 11, 2008, 01:17:42 PM
possibly that's the problem. you shouldn't do gui things in a thread other then awt event dispatching thread (if you want to use swing components)

try setting up a mechanism as described in this thread: it's almost the same as what i do in karga
http://www.jpct.net/forum2/index.php/topic,1032.msg6421.html#msg6421


Thanks a lot, I'll try..