Changes between Version 38 and Version 39 of BOOK_WINDOW_R1
- Timestamp:
- 05/15/09 12:09:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v38 v39 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 95 95 96 2009-05-12 … … 98 99 99 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 102 2009-05-15 103 * Please read [wiki:BOOK_FULL_SCREEN_MODE_R0#Design]