Changes between Version 33 and Version 34 of BOOK_WINDOW_R1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v33 v34  
    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.  
     57  2. Cannot replicate this 
    5858 
    5959  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 and thus not useful for this problem.