[Java-gnome-developer] EventQueue analogue
Brought to you by:
afcowie
From: Alexey T. <a_t...@ma...> - 2007-04-13 09:15:11
|
Hello. I want to call gtk component's method from a thread other than the Gtk thread. In Swing I would to this: EventQueue.invokeLater(new Runnble(){ //... my code }); How can I do it with gtk and java? |