Hi *,

There is a new menu-item Help -> Help, which opens a window (JFrame) showing the html manual in one tab (http://argouml-stats.tigris.org/nonav/documentation/manual-0.24/) and the support page (http://argouml.tigris.org/nonav/support.html). This window allows clicking on links, and navigates like a browser, but it lacks all other functionality of a browser (like a "back" button).
Implementation: org.argouml.ui.HelpBox, used by ActionHelp.

On the other hand, there is the old "Help" button for critics, implementation in the WizStep class, which opens the standard browser of the system, see StartBrowser.openUrl(). This function has been tested to be working on all OSes, since it has been in the code long time.

Would it not be better to abandon the HelpBox class, and use the StartBrowser way also for the Help menu-item?

Regards,
Michiel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to