Changes between Version 65 and Version 66 of BOOK_WINDOW_R1


Ignore:
Timestamp:
06/02/09 16:25:10 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v65 v66  
    8282  5.  Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear 
    8383 
    84     Due to delays caused by the merging and changes from fullScreen mode, this was not implemented for weekly time boxing purposes 
     84    5.1 -  Remove the use of bottomPanelScroll() in BookDocumentWindow 
     85         
     86    5.2 - use setMinimumSize(widthOfBottomPanel,Integer.MAX_VALUE) on the swing panel to keep the window from being resized too small horizontally 
    8587 
    8688 
     
    102104  2. Removing the iconified book from the desktop 
    103105 
    104       Added show() to MDDocumentWindow which causes the window to become active and visible.  When the window is iconified, use userActs to disable the current book.  In BookLogic, changed the logic to show the window when a book is selected, causing the book window to show. 
     106      Added method show to MDDocumentWindow swingFrame() which causes the window to become active and visible.  When the window is iconified, use userActs to disable the current book.  Because of the fullscreen changes, changed the implementation to call method show from setupCurrent, which tracks the current state of the DefaultDocumentWindow instance. 
    105107 
    106108  3. Center the page on the page work area 
     
    118120  5. Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear 
    119121 
    120     Removed the bottomPanelScroll from BookDocumentWindow.   Changed addButtons to calculate the maximumSize of the layout and use the width to set the minimumWidth on the window 
     122    Due to delays caused by the merging and changes from fullScreen mode, this was not implemented for weekly time boxing purposes 
    121123 
    122124-- ChangeSets --