-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6u11
Please correct /demo/applets/NervousText/example1.html according the name change in JDK6.
Currently it says:
<title>Nervous Text 1.1</title>
<hr>
<applet code="NervousText.class" width=534 height=50>
<param name=text value="Java^T^M 2 SDK, Standard Edition 6.0">
</applet>
<hr>
<a href="NervousText.java">The source.</a>
The param name should be changed according the documentation http://java.sun.com/javase/6/webnotes/version-6.html
The problem has been found during testing with 6u11-b02, but it's not a regression. The name isn't correct since jdk6 fcs.
Currently it says:
<title>Nervous Text 1.1</title>
<hr>
<applet code="NervousText.class" width=534 height=50>
<param name=text value="Java^T^M 2 SDK, Standard Edition 6.0">
</applet>
<hr>
<a href="NervousText.java">The source.</a>
The param name should be changed according the documentation http://java.sun.com/javase/6/webnotes/version-6.html
The problem has been found during testing with 6u11-b02, but it's not a regression. The name isn't correct since jdk6 fcs.
- duplicates
-
JDK-6561353 The text for J2SE NervousText demo should be updated to 7.0
-
- Closed
-