/[gcjwebplugin]/gcjwebplugin/src/gnu/gcjwebplugin/StandaloneAppletWindow.java
ViewVC logotype

Diff of /gcjwebplugin/src/gnu/gcjwebplugin/StandaloneAppletWindow.java

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

revision 1.17 by mkoch, Tue Jun 29 19:09:22 2004 UTC revision 1.18 by mkoch, Sat Jul 3 11:19:12 2004 UTC
# Line 148  class StandaloneAppletWindow extends Fra Line 148  class StandaloneAppletWindow extends Fra
148          applet.init();          applet.init();
149          applet.start();          applet.start();
150    
151          if (++this.testWindowCount == Integer.decode(testWindowCount)          if (++StandaloneAppletWindow.testWindowCount == Integer.decode(testWindowCount).intValue())
                                                .intValue())  
152            System.exit(0);            System.exit(0);
153        }        }
154    }    }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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