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

Line to long for SCCS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.1.7
    • client-libs
    • None
    • beta
    • generic
    • generic

      daniel.indrigo@Canada 1999-01-14

      A long line in this file was broken into two parts so SCCS would accept it:

      diff -r -c COMPAQ/src/share/demo/applets/ImageMap/ImageMap.java SUN117B/src/share/demo/applets/ImageMap/ImageMap.java
      *** COMPAQ/src/share/demo/applets/ImageMap/ImageMap.java Wed Nov 11 16:44:05 1998
      --- SUN117B/src/share/demo/applets/ImageMap/ImageMap.java Mon Oct 5 22:17:14 1998
      ***************
      *** 1,4 ****
      - /* Modifications Copyright 1997 Digital Equipment Corporation */
        /*
         * @(#)ImageMap.java 1.12 98/03/23
         *
      --- 1,3 ----
      ***************
      *** 473,483 ****
          }
          
          public String[][] getParameterInfo() {
      - /*** HDS break line into 2 parts so SCCS accepts it ***/
            String[][] info = {
      ! {"area[n]", "delimited string",
      ! "This parameter takes the form of <ImageAreaClassName>, <ul>, <ur>, <ll>, <lr>, <action> where ImageAreaClassName is the name of the class from which this feedback area is controlled, the next four arguments are the four corners of the "
      ! + "feedback zone, and the final argument is that action that should be taken on click or mouseover. That action can be 1) display text in the status bar (if you provide a string argument), 2) play a sound (if you provide the path to a sound file), or 3) load a page (if you provide a URL)."},
              {"rect[n]", "delimited string", "Deprecated: use area[n]"},
              {"href[n]", "URL string", "Pass in a URL to create a LinkArea which will point to this URL. Not used in these examples."},
              {"highlight", "string/int", "Pass the word 'brighter' followed by an integer 'n' to change the highlight mode to brighter and the hightlight percentage to n. Pass the word 'darker' followed by an integer 'm' to change the highlight mode to darker and the highlight percentage to m. Anything else will be ignored. The default highlight mode is BRIGHTER and the default highlight percentage is 50."},
      --- 472,479 ----
          }
          
          public String[][] getParameterInfo() {
            String[][] info = {
      ! {"area[n]", "delimited string", "This parameter takes the form of <ImageAreaClassName>, <ul>, <ur>, <ll>, <lr>, <action> where ImageAreaClassName is the name of the class from which this feedback area is controlled, the next four arguments are the four corners of the feedback zone, and the final argument is that action that should be taken on click or mouseover. That action can be 1) display text in the status bar (if you provide a string argument), 2) play a sound (if you provide the path to a sound file), or 3) load a page (if you provide a URL)."},
      {"rect[n]", "delimited string", "Deprecated: use area[n]"},
              {"href[n]", "URL string", "Pass in a URL to create a LinkArea which will point to this URL. Not used in these examples."},
              {"highlight", "string/int", "Pass the word 'brighter' followed by an integer 'n' to change the highlight mode to brighter and the hightlight percentage to n. Pass the word 'darker' followed by an integer 'm' to change the highlight mode to darker and the highlight percentage to m. Anything else will be ignored. The default highlight mode is BRIGHTER and the default highlight percentage is 50."},

            mmcclosksunw Michael Mccloskey (Inactive)
            dindrigo Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: