/[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.5.2.2 by gnu_andrew, Sat Sep 10 15:31:37 2005 UTC revision 1.5.2.3 by gnu_andrew, Tue Sep 20 18:46:23 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.5.2.2  
changed lines
  Added in v.1.5.2.3

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