OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / tools / gnu / classpath / tools / appletviewer / PluginAppletWindow.java
index 6d36e1c..283d547 100644 (file)
@@ -428,10 +428,6 @@ class PluginAppletWindow
         if (contexts.get(tag.getCodeBase()) == null)
           contexts.put(tag.getCodeBase(), new PluginAppletContext());
 
-        int result = AppletWarning.show();
-        if (result == JOptionPane.NO_OPTION)
-          return;
-
         add(applet);
 
         AppletContext context = (AppletContext) contexts.get(tag.getCodeBase());