Changes between Version 28 and Version 29 of BOOK_WINDOW_R1


Ignore:
Timestamp:
05/14/09 04:18:06 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v28 v29  
    5555  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 
    5656 
     57  2. 
    5758 
     59  3. No design yet - 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. 
    5860 
    5961= Implementation =