Changes between Version 21 and Version 22 of BOOK_FULL_SCREEN_MODE_R0
- Timestamp:
- 05/02/09 20:48:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_FULL_SCREEN_MODE_R0
v21 v22 78 78 * {{{res.setClosable(false);}}} 79 79 * {{{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). 80 87 81 88 * When the screenMode() of !MainWindow is !ScreenMode.PRESENTATION