7124523: [macosx] b216: Mising part of applet UI
authorserb
Wed, 05 Sep 2012 21:40:05 +0400
changeset 13655 6434c25cbdfc
parent 13654 9a35ae08fd2b
child 13656 776ac504ea9b
7124523: [macosx] b216: Mising part of applet UI Reviewed-by: denis, alexsch
jdk/src/share/demo/applets/CardTest/example1.html
jdk/src/share/demo/applets/DitherTest/example1.html
--- a/jdk/src/share/demo/applets/CardTest/example1.html	Tue Sep 04 20:50:44 2012 +0400
+++ b/jdk/src/share/demo/applets/CardTest/example1.html	Wed Sep 05 21:40:05 2012 +0400
@@ -5,7 +5,7 @@
   <body>
       <h1>Card Test (1.1)</h1>
       <hr>
-      <applet code=CardTest.class width=400 height=300>
+      <applet code=CardTest.class width=455 height=300>
 	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
 	Your browser is completely ignoring the &lt;APPLET&gt; tag!
       </applet>
--- a/jdk/src/share/demo/applets/DitherTest/example1.html	Tue Sep 04 20:50:44 2012 +0400
+++ b/jdk/src/share/demo/applets/DitherTest/example1.html	Wed Sep 05 21:40:05 2012 +0400
@@ -5,7 +5,7 @@
   <body>
       <h1>Dither Test (1.1)</h1>
       <hr>
-      <applet code=DitherTest.class width=425 height=400>
+      <applet code=DitherTest.class width=455 height=400>
 	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
 	Your browser is completely ignoring the &lt;APPLET&gt; tag!
       </applet>