Author Topic: how to blit jcomponents?  (Read 13149 times)

Offline entis

  • byte
  • *
  • Posts: 32
    • View Profile
Re: how to blit jcomponents?
« Reply #15 on: April 11, 2008, 01:20:25 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..