Changes between Version 22 and Version 23 of BOOK_FULL_SCREEN_MODE_R0


Ignore:
Timestamp:
05/12/09 14:35:21 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_FULL_SCREEN_MODE_R0

    v22 v23  
    9595   * Displays the page work area's swing component instead of the scroll area, because scrollbars should be hidden. 
    9696 
     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 
    97102= Implementation = 
    98103^(Implementation results should be described and linked here (from the wiki or the repository))^