Changes between Version 20 and Version 21 of APP_MAIN_WINDOW_R0


Ignore:
Timestamp:
10/04/08 01:41:53 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_MAIN_WINDOW_R0

    v20 v21  
    4242   * Here is a diagram of the Book's desktop classes. These are the classes that combined construct the desktop. 
    4343    * The JDesktopPane and JScrollPane are Swing classes we extend to add functionalities to serve out needs. 
    44     * The !DockableDesktopScroll is a JScrollPane and a Dockable. This gives us the opportunity to add the BookDesktop to the main window.  
     44    * The !DockableDesktopScroll is a JScrollPane and a Dockable. This gives us the opportunity to add the !BookDesktop to the main window.  
    4545    * The !DesktopPane is added to the !DockableDesktopScroll and books are added in it. 
    4646     * One can add visual representations of books ( JInternalFrame ).  
    4747     * Books can be tiled and cascaded using the tileFrames() and cascadeFrames() methods. 
    4848     * Size of the !BookDesktop is settable. 
     49    * !DesktopManager class is a helper class for the !DesktopPane to handle its desktop-like actions.  
    4950[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/app-main-window/BooksDesktop.png@127)]] 
    5051