/[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.1 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.5.2.2 by gnu_andrew, Sat Sep 10 15:31:37 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.5.2.1  
changed lines
  Added in v.1.5.2.2

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