Changes between Version 64 and Version 65 of BOOK_WINDOW_R1
- Timestamp:
- 06/02/09 16:19:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v64 v65 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 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 84 Due to delays caused by the merging and changes from fullScreen mode, this was not implemented for weekly time boxing purposes 87 85 88 86 … … 155 153 2. Currently, when part of the book window is behind the right flap ot the bottom of the workspace, it disappears on maximize. See what causes that issue and fix it. 156 154 6. Make the background of the window changable by the skin (optional) 155 5. Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear 156 157 5.1 - Remove the use of bottomPanelScroll() in BookDocumentWindow 158 159 5.2 - use setMinimumSize(widthOfBottomPanel,Integer.MAX_VALUE) on the swing panel to keep the window from being resized too small horizontally 160 157 161 158 162 -- Suggestions for future tasks --