Changes between Version 1 and Version 2 of ANNOTATIONS_EXPORT_IMPORT_R0
- Timestamp:
- 01/26/09 18:08:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANNOTATIONS_EXPORT_IMPORT_R0
v1 v2 10 10 == Task requirements == 11 11 In the Stickies palette in the Annotations tab there should be two buttons: "Save Stickies As..." and "Import Stickies...". 12 The Highlights and Audio palettes should have analogical buttons .12 The Highlights and Audio palettes should have analogical buttons (when done). 13 13 14 14 When clicked such a button, a file dialog appears. 15 15 16 16 It's important that it should not be possible to import annotations, exported from another book. 17 18 I recommend to implement ANNOTATIONS_STICKIES_R0 first. 17 19 18 20 == Task result == … … 22 24 Use the same code that performs saving/loading annotations from/to a file. 23 25 26 Use JFileChooser control. If dealing with stickies, the file filter should be something like "*.stickies" and etc. 27 24 28 == Related == 25 [wiki:ANNOTATIONS_STICKIES_R0] 29 * [wiki:ANNOTATIONS_STICKIES_R0] 30 * [wiki:ANNOTATIONS_DISPLAY_R0] 26 31 27 32 == How to demo ==