Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: gui design issue, jvdesktop
-
Labels:None
-
Mantis ID:57273
Description
User dialogs should included links to relevant pages of the built in help. This can be done via the Swing HTMLKit HTML display mechanism - allowing links to be embedded in help text - but JOptionPane, the basic Swing dialog box builder used in Jalview 2.4 does not allow HTML link handlers to be registered.
Suggest building a new set of Jalview option dialogs, following model like:
http://java.dzone.com/tips/tip-displaying-rich-messages-u
and pass of URL requests to either external viewer, or the internal Jalview Help.
Suggest building a new set of Jalview option dialogs, following model like:
http://java.dzone.com/tips/tip-displaying-rich-messages-u
and pass of URL requests to either external viewer, or the internal Jalview Help.
Attachments
Issue Links
- related with
-
JAL-852 make URLs in alignment Properties window clickable
- Ready for testing