RFE: LinkLabel, similar to Label except it can display a hyperlink

XMLWordPrintable



      Name: jk109818 Date: 04/07/2003


      A DESCRIPTION OF THE REQUEST :
      The LinkLabel is similar to a Label with the exception that it can display a hyperlink.

      JUSTIFICATION :
      Because the application need to interact with a Web page. Each hyperlink can perform a different task within an application. For example, you can use a hyperlink to display a Web site in IE or to load a log file associated with an application.


      EXPECTED VERSUS ACTUAL BEHAVIOR :
      LinkClicked event
      LinkData property
      provides a number of properties that enable to define the display appearance of hyperlinks

      ---------- BEGIN SOURCE ----------
      JLinkLabel jlb=new JLinkLabel("Click me");
      jlb.addLinkClickedListener(this);
      jlb.link("java.sun.com");


      ---------- END SOURCE ----------
      (Review ID: 183557)
      ======================================================================

            Assignee:
            Unassigned
            Reporter:
            Jeffrey Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: