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

Diff of /classpath/java/awt/Frame.java

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

revision 1.28 by mkoch, Tue Jan 11 15:06:04 2005 UTC revision 1.29 by mkoch, Mon Feb 21 16:11:48 2005 UTC
# Line 1  Line 1 
1  /* Frame.java -- AWT toplevel window  /* Frame.java -- AWT toplevel window
2     Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 403  remove(MenuComponent menu) Line 403  remove(MenuComponent menu)
403  /**  /**
404    * Notifies this frame that it should create its native peer.    * Notifies this frame that it should create its native peer.
405    */    */
   
406  private static void fireDummyEvent()  private static void fireDummyEvent()
407  {  {
408    EventQueue.invokeLater(new Runnable() { public void run() { } });    EventQueue.invokeLater(new Runnable()
409        {
410          public void run()
411          {
412            // Do nothing here.
413          }
414        });
415  }  }
416    
417  public void  public void

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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