Changes between Version 22 and Version 23 of BOOK_FULL_SCREEN_MODE_R0
- Timestamp:
- 05/12/09 14:35:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_FULL_SCREEN_MODE_R0
v22 v23 95 95 * Displays the page work area's swing component instead of the scroll area, because scrollbars should be hidden. 96 96 97 * In order to make the main window to listen for the Esc key (to switch to normal mode): 98 * add all swing components in a new JPanel, then add it into the content pane of the global frame 99 * get the input key map for this panel for the condition WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, then add the Esc key stroke 100 * get the action map for the panel and add an action that fires a R3 event for switching to normal mode 101 97 102 = Implementation = 98 103 ^(Implementation results should be described and linked here (from the wiki or the repository))^