Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8133514

Update NervousText demo to use java.version System property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • None
    • client-libs
    • b80

    Backports

      Description

        The nervous text demo has a hardwired applet param tag :-
        <param name=text value="Java SE Development Kit (JDK) 7.0">

        This requires maintenance. Instead it should be
        <param name=text value="Java SE Development Kit (JDK) ">

        and the value of the release should be obtained from java.version
        or perhaps the java.specification.version system property or (perhaps)
        the text should simply not bother mentioning the version at all ...

        Attachments

          Issue Links

            Activity

              People

                prr Philip Race
                prr Philip Race
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: