-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.2
-
generic
-
generic
Name: skT88420 Date: 12/01/99
java version "1.2"
Classic VM (build Linux_JDK_1.2_pre-release-v2, native threads, sunwjit)
1. take any applet
2.
(bohdan).bafster:~/skola/java/connector$ more Connector.html
<html>
<body>
<applet code=Connector.class width="100%" height="100%">
</applet>
</body>
</html>
3.
(bohdan).bafster:~/skola/java/connector$ av Connector.html
Exception in thread "main" java.util.MissingResourceException: Can't find
resource
at java.util.ResourceBundle.getObject(Compiled Code)
at java.util.ResourceBundle.getString(Compiled Code)
at sun.applet.AppletMessageHandler.getMessage(Compiled Code)
at sun.applet.AppletPanel.showAppletStatus(Compiled Code)
at sun.applet.AppletPanel.init(Compiled Code)
at sun.applet.AppletViewer.<init>(Compiled Code)
at sun.applet.StdAppletViewerFactory.createAppletViewer(Compiled Code)
at sun.applet.AppletViewer.parse(Compiled Code)
at sun.applet.AppletViewer.parse(Compiled Code)
at sun.applet.AppletViewer.main(Compiled Code)
4. Problem is in the applet tag
(Review ID: 98495)
======================================================================
- duplicates
-
JDK-1237141 Netscape understands width=X%; appletviewer doesn't (throws exception)
-
- Closed
-