Changes between Version 21 and Version 22 of BOOK_FULL_SCREEN_MODE_R0


Ignore:
Timestamp:
05/02/09 20:48:55 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_FULL_SCREEN_MODE_R0

    v21 v22  
    7878    * {{{res.setClosable(false);}}} 
    7979    * {{{res.setResizable(false);}}} 
     80 
     81 * Modify {{{DefaultDocumentWindow.swingComponent}}} 
     82  * Currently it is of type {{{JInternalFrame}}}. 
     83  * Change it to be {{{JPanel}}}. 
     84 * Create class {{{MDDocumentWindow}}} 
     85  * Create a property {{{swingComponent}}} of type {{{JInternalFrame}}}. 
     86  * MDMainWindow should display document windows' swing components in {{{JInternalFrame}}}s (when not in Presentation mode) or in main window's {{{JFrame}}} (when in Presentation mode). 
    8087  
    8188 * When the screenMode() of !MainWindow is !ScreenMode.PRESENTATION