/[classpath]/classpath/gnu/java/awt/EmbeddedWindow.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/EmbeddedWindow.java

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

revision 1.7 by fitzsim, Mon Jul 4 22:31:41 2005 UTC revision 1.8 by fitzsim, Thu Aug 25 06:34:27 2005 UTC
# Line 98  public class EmbeddedWindow extends Fram Line 98  public class EmbeddedWindow extends Fram
98        }        }
99      catch (IllegalAccessException e)      catch (IllegalAccessException e)
100        {        {
101          // This should never happen.          throw new RuntimeException
102              ("couldn't set java.awt.Component.peer field");
103        }        }
104      catch (NoSuchFieldException e)      catch (NoSuchFieldException e)
105        {        {
106          // This should never happen.          throw new RuntimeException
107              ("couldn't set java.awt.Component.peer field");
108        }        }
109    
110      super.addNotify();      super.addNotify();

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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