/[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.8 by fitzsim, Thu Aug 25 06:34:27 2005 UTC revision 1.9 by fitzsim, Sat Sep 10 04:49:38 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          throw new RuntimeException          throw new AssertionError (e);
           ("couldn't set java.awt.Component.peer field");  
102        }        }
103      catch (NoSuchFieldException e)      catch (NoSuchFieldException e)
104        {        {
105          throw new RuntimeException          throw new AssertionError (e);
           ("couldn't set java.awt.Component.peer field");  
106        }        }
107    
108      super.addNotify();      super.addNotify();

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

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