Changes between Version 7 and Version 8 of BOOK_PROPERTIES_DIALOG_R0


Ignore:
Timestamp:
05/21/09 19:04:52 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_PROPERTIES_DIALOG_R0

    v7 v8  
    55= Analysis = 
    66 
     7 
    78== 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: 
     9This 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: 
    910 * Book title 
     11 * Book Comment 
    1012 * Number of pages 
    1113 * File size 
     
    2527 
    2628== Implementation idea == 
    27 Use Java swing components. 
     29Use the idea implemented in ResourceDetailsPalette class to show the meta data in grids in order to keep the consistency of the overview. 
    2830 
    2931== Related ==