Changes between Version 41 and Version 42 of BOOK_WINDOW_R1


Ignore:
Timestamp:
05/19/09 17:49:06 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v41 v42  
    5555   1. Border: Remove the call to setBorder on the JInternalFrame in the setup() method of BookDocumentWindow.swingFrameSync().  This not only will remove the border, it brings back the title bar and window shadows on the Macintosh 
    5656 
    57   2. This will not be fixed as part of this task 
     57  2. Due to time boxing, the issue with the window partially off screen not maximizing properly will be done in a later task 
    5858 
    5959  3. Removing the iconified book from the desktop - ie, handing iconification better 
     
    6969  4. Center the page on the current page work area 
    7070         
    71     4.1 This will not be implemented 
     71    4.1 This will not be implemented, because the page work area should be the size of the window or the size of the bounds enclosing the frames, whichever is larger 
    7272 
    7373  5.    Change the page work area to consider the size of the book window as well as the page 
     
    7777    5.2 - Change the PageWorkArea logic to not only resize itself to the page size, but also it's parent window.  See 5.1 
    7878         
    79  6. This will not be implemented 
     79 6. Will not make the background color skinnable in this task due to time boxing 
    8080 
    8181 7. Make sure that the logic to determine the book window is bounded by the book bottom panel.  In other words, when asked what the minimal book window size can be, the logic will not return a window narrower than the book panel.  This logic will be used by the PageWorkArea when considering how to size itself.  This will be done as a part of task requirement 5.