Changes between Version 20 and Version 21 of APP_MAIN_WINDOW_R0
- Timestamp:
- 10/04/08 01:41:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_MAIN_WINDOW_R0
v20 v21 42 42 * Here is a diagram of the Book's desktop classes. These are the classes that combined construct the desktop. 43 43 * 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. 45 45 * The !DesktopPane is added to the !DockableDesktopScroll and books are added in it. 46 46 * One can add visual representations of books ( JInternalFrame ). 47 47 * Books can be tiled and cascaded using the tileFrames() and cascadeFrames() methods. 48 48 * Size of the !BookDesktop is settable. 49 * !DesktopManager class is a helper class for the !DesktopPane to handle its desktop-like actions. 49 50 [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/app-main-window/BooksDesktop.png@127)]] 50 51