javauis/lcdui_qt/src/javax/microedition/lcdui/Displayable.java
changeset 50 023eef975703
parent 49 35baca0e7a2e
child 57 59b3b4473dc8
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
   128             {
   128             {
   129                 shell = eswtConstructShell(SWT.SHELL_TRIM | SWT.PRIMARY_MODAL);
   129                 shell = eswtConstructShell(SWT.SHELL_TRIM | SWT.PRIMARY_MODAL);
   130                 eswtSetTitle();
   130                 eswtSetTitle();
   131                 contentComp = eswtConstructContent(SWT.NONE);
   131                 contentComp = eswtConstructContent(SWT.NONE);
   132                 contentArea = eswtLayoutShellContent();
   132                 contentArea = eswtLayoutShellContent();
       
   133                 eswtInitGraphics();
   133             }
   134             }
   134         });
   135         });
   135     }
   136     }
   136 
   137 
   137     /**
   138     /**
   181     {
   182     {
   182         Composite comp = new CompositeExtension(shell, style);
   183         Composite comp = new CompositeExtension(shell, style);
   183         return comp;
   184         return comp;
   184     }
   185     }
   185 
   186 
       
   187     /**
       
   188      * Initializes the Displayable for Graphics drawing. 
       
   189      */
       
   190     void eswtInitGraphics() {
       
   191     
       
   192     }
       
   193     
   186     /**
   194     /**
   187      * Called by Display when Displayable should become visible.
   195      * Called by Display when Displayable should become visible.
   188      */
   196      */
   189     void eswtHandleShowCurrentEvent()
   197     void eswtHandleShowCurrentEvent()
   190     {
   198     {