Changes between Version 7 and Version 8 of BOOK_PROPERTIES_DIALOG_R0
- Timestamp:
- 05/21/09 19:04:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_PROPERTIES_DIALOG_R0
v7 v8 5 5 = Analysis = 6 6 7 7 8 == Overview == 8 This task is about providing a book properties dialog. It should display some basic information for the book and allow editing part of it. Currently we have a dialog that displays:9 This task is about providing a book properties dialog. It should display some basic meta information for the book and allow editing part of it. Currently we have a dialog that displays: 9 10 * Book title 11 * Book Comment 10 12 * Number of pages 11 13 * File size … … 25 27 26 28 == Implementation idea == 27 Use Java swing components.29 Use the idea implemented in ResourceDetailsPalette class to show the meta data in grids in order to keep the consistency of the overview. 28 30 29 31 == Related ==