Changes between Version 50 and Version 51 of BOOK_WINDOW_R1
- Timestamp:
- 05/25/09 05:15:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v50 v51 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 - Add getMinimalBookWindowSize() to XXX (DefaultDocumentWindow/ BookDocumentWindow) that returns the size of the window, but no smaller than the width of the book bottom panel.84 5.1 - Remove the use of bottomPanelScroll() in BookDocumentWindow 85 85 86 5.2 - Make sure the preferredSize for the scroll area does not get smaller than this size86 5.2 - use setMinimumSize(widthOfBottomPanel,Integer.MAX_VALUE) on the swing panel to keep the window from being resized too small horizontally 87 87 88 88