Changes between Version 39 and Version 40 of BOOK_WINDOW_R1
- Timestamp:
- 05/15/09 12:44:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v39 v40 55 55 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 2. Th e bottom of the window is not moving, so while the top left changes to fit the window, the bottom right does not, and the bottom stays off the screen.57 2. This will not be fixed as part of this task 58 58 59 59 3. Removing the iconified book from the desktop - ie, handing iconification better … … 92 92 2009-05-11 93 93 * "Remove the thick black border of the book window (see if it is reasonable)" There is a comment in the code that should be defined in the skin, however, if I make the border any smaller now, the window is not draggable at all. So until we add some sort of title bar, I think this has to remain for now 94 * The only reason for this comment is that the color is hardcoded --mitex 94 * The only reason for this comment is that the color is hardcoded --mitex 95 95 96 96 2009-05-12 … … 100 100 3. Comments - The iconification is handled by the current look and feel, triggered by the look and feel minimize button (or in the case of the tab bar, the show desktop button, which walks all frames (windows) and calls setIcon(true). Simply hiding or showing the frame is not acceptable as it does not maintain a separate state of the window. Currently the plan is to figure out how to change the look and feel's iconify behavior. WindowListener iconify events are only called *after* the window is iconified and are intended to be used as a way for the document to release resources, etc and thus not useful for this problem. -- sriggins 101 101 102 2009-05-15 103 * Please read [wiki:BOOK_FULL_SCREEN_MODE_R0#Design]102 2009-05-15 103 * Please read [wiki:BOOK_FULL_SCREEN_MODE_R0#Design]