This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Robot patchlet


On Tue, Apr 26, 2005 at 11:00:14AM -0600, Tom Tromey wrote:
> Tom F. --
> 
> I noticed last night that Robot calls a static method, invokeAndWait,
> in a non-static way.  This is ok, but a little bit confusing.  I want
> to check in the appended, what do you think?  Is there some reason to
> find the system event queue here?

When looking into the source of GtkToolkit.getSystemEventQueue() you see that it
creates an event queue if there is none. I dont know if its garanteed that an
system event queue exists already at this place. Just food for thinking.

Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]