Re: Short event-handling question...

2005-10-16 Thread Thomas Zander
On Wednesday 12 October 2005 13:53, Clemens Eisserer wrote: Whoa, crazy :-) Hmm, more or less a makeshift, we already tried with java-based x-servers but the performance is horrible and furthermore java does not now howto handle more than 1 X display at a time. Try the free-NX server, you

Re: Short event-handling question...

2005-10-12 Thread Roman Kennke
Hi Clemens, However there is a thing I do not fully understand / did not find out how its realized: If I post a synthetic event to the event queue using t.getSystemEventQueue.postEvent() end the source of the event is e.g. a JFrame, the event is automatically sent to the lightweight

Re: Short event-handling question...

2005-10-12 Thread Clemens Eisserer
Hi Roman, AFAIK, this happens in java.awt.DefaultKeyboardFocusManager. I would think that your statement only is true for synthetic keyboard events. Ahh, interresting - and it seems logically quite clear to me that its in the Focus manager. I have only tried it with Sun's java implementation,

Short event-handling question...

2005-10-11 Thread Clemens Eisserer
Hello, I am currently reading the Swing source to understand some swing insights I always wanted to know how its implemented. Really quite interresting ;-) However there is a thing I do not fully understand / did not find out how its realized: If I post a synthetic event to the event queue