Changes between Version 65 and Version 66 of BOOK_WINDOW_R1
- Timestamp:
- 06/02/09 16:25:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v65 v66 82 82 5. Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear 83 83 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 85 87 86 88 … … 102 104 2. Removing the iconified book from the desktop 103 105 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. 105 107 106 108 3. Center the page on the page work area … … 118 120 5. Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear 119 121 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 window122 Due to delays caused by the merging and changes from fullScreen mode, this was not implemented for weekly time boxing purposes 121 123 122 124 -- ChangeSets --