-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
1.4.2
-
x86
-
windows_2000
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)
======================================================================