[
https://issues.apache.org/jira/browse/PIVOT-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14658672#comment-14658672
]
Roger Whitcomb commented on PIVOT-977:
--------------------------------------
Committed the change to "trunk" (with additional Javadoc over and above what is
shown in the "977.patch" file):
Sending build.xml
Adding tests/src/org/apache/pivot/tests/HyperlinkButtonTest.java
Adding tests/src/org/apache/pivot/tests/HyperlinkButtonTest2.java
Adding wtk/src/org/apache/pivot/wtk/HyperlinkButton.java
Sending wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java
Transmitting file data .....
Committed revision 1694282.
> Specialized component to implement an HTML hyperlink
> ----------------------------------------------------
>
> Key: PIVOT-977
> URL: https://issues.apache.org/jira/browse/PIVOT-977
> Project: Pivot
> Issue Type: Improvement
> Components: wtk
> Affects Versions: 2.0.4
> Environment: All
> Reporter: Roger Whitcomb
> Assignee: Roger Whitcomb
> Priority: Minor
> Labels: hyperlink, linkbutton
> Fix For: 2.1
>
> Attachments: 977.patch
>
>
> The appearance of a LinkButton is the same as an HTML hyperlink, but actually
> using it to implement a hyperlink is rather involved. So, it would be nice
> if there was a specialized component (subclass of LinkButton) that actually
> implements the hyperlink functionality, using the standard Java
> "Desktop.browse(URI)" method, so it is quite simple to implement a real
> hyperlink within an application.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)