Changes between Version 5 and Version 6 of GROUP_APP_HELP_R0
- Timestamp:
- 03/26/09 14:35:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_HELP_R0
v5 v6 31 31 * &Search... - opens the search page in the website. 32 32 * 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. 35 35 * Send an &Error Report... - opens the bug report form (see [wiki:APP_BUG_REPORT_FORM_R0]). 36 36 * (separator) … … 44 44 * Add the official Sophie 2 logo to the about dialog. 45 45 * 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). 47 47 * In next revisions may be it is good to display the version of each installed plug-in. 48 48 * The dialog does not have a button to close. Clicking elsewhere hides the dialog. … … 56 56 57 57 == 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. 59 67 60 68 == Related ==