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

Update NervousText demo to use java.version System property

XMLWordPrintable

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

        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 ...

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

                Created:
                Updated:
                Resolved: