Changes between Version 27 and Version 28 of BOOK_WINDOW_R1
- Timestamp:
- 05/13/09 21:30:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v27 v28 53 53 = Design = 54 54 55 1. Border: Remove the call to setBorder on the JInternalFrame in BookDocumentWindow.setup(). This not only will remove the border, it brings back the title bar and window shadows on the Macintosh55 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 56 56 57 57 58 58 59 59 = Implementation = 60 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 60 61 1. Removed the call to setBorder from the setup() method of BookDocumentWindow.swingFrameSync(). 61 62 62 63 = Testing =