Changes between Version 5 and Version 6 of GROUP_APP_HELP_R0


Ignore:
Timestamp:
03/26/09 14:35:37 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_HELP_R0

    v5 v6  
    3131  * &Search... - opens the search page in the website. 
    3232   * for next revisions it will be good to have a Help tab similar to the Search tab - search box and list of results. 
    33   * &Web site - opens the official website of Sophie 2. 
    34   * As&k for Help... - opens a web page (forum, wiki, etc.) where the user can ask anything about the program or propose enhancements. 
     33  * &Web site - opens the official website of Sophie 2 in the default web browser. 
     34  * As&k for Help... - opens a web page (forum, wiki, etc.) where the user can ask anything about the program or propose enhancements. This is related with the next section - the bug report form. 
    3535  * Send an &Error Report... - opens the bug report form (see [wiki:APP_BUG_REPORT_FORM_R0]). 
    3636  * (separator) 
     
    4444  * Add the official Sophie 2 logo to the about dialog. 
    4545  * It should show the license used in Sophie 2. 
    46   * It's good to have a changelog. 
     46  * It's good to have a changelog (for the next revisions). 
    4747  * In next revisions may be it is good to display the version of each installed plug-in. 
    4848  * The dialog does not have a button to close. Clicking elsewhere hides the dialog. 
     
    5656 
    5757== Implementation idea == 
    58 ^(Provide some rough implementation idea(s).)^ 
     58 * For the browser: 
     59  * browse(URI) in java.awt.Desktop can be used. 
     60  * but the Desktop API is from Java 6. 
     61 
     62 * For the about dialog: 
     63  * Ask for the official logo of Sophie 2. 
     64  * Currently AboutDialog just calls OldAboutDialog. 
     65  * Use setUndecorated(true) in JFrame to remove the about dialog window border. 
     66  * Add mouse listener. 
    5967 
    6068== Related ==