Changes between Version 12 and Version 13 of BOOK_FULL_SCREEN_MODE_R0


Ignore:
Timestamp:
04/23/09 17:24:02 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_FULL_SCREEN_MODE_R0

    v12 v13  
    7878    * {{{res.setClosable(false);}}} 
    7979    * {{{res.setResizable(false);}}} 
    80     * Hide the title bar: {{{ ((BasicInternalFrameUI)res.getUI()).setNorthPane(null); }}} 
     80    * Hide the title bar: {{{ ((BasicInternalFrameUI)res.getUI()).getNorthPane().setVisible(false); }}} 
    8181 
    8282= Implementation =