/[classpath]/classpath/java/awt/Robot.java
ViewVC logotype

Diff of /classpath/java/awt/Robot.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.2 by gnu_andrew, Sun Mar 13 14:38:39 2005 UTC revision 1.3.2.3 by gnu_andrew, Thu Apr 28 23:00:12 2005 UTC
# Line 394  public class Robot Line 394  public class Robot
394        throw new IllegalThreadStateException ("Robot: waitForIdle called from "        throw new IllegalThreadStateException ("Robot: waitForIdle called from "
395                                               + "the event dispatch thread");                                               + "the event dispatch thread");
396    
     EventQueue q = Toolkit.getDefaultToolkit ().getSystemEventQueue ();  
397      try      try
398        {        {
399          q.invokeAndWait (new Runnable () { public void run () { } });          EventQueue.invokeAndWait (new Runnable () { public void run () { } });
400        }        }
401      catch (InterruptedException e)      catch (InterruptedException e)
402        {        {

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26