Teams Winter 2011/team1/BlackBerry/Add Elements to View Screen

From CDOT Wiki
Revision as of 16:31, 17 March 2011 by Azea (talk | contribs) (Created page with '=== 4. Add Elements to View Screen === 4.1. Create new Class <code>ViewScreen</code> that extends <code>MainScreen</code><br/> 4.2. Set the title: <pre> setTitle("Student Info…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

4. Add Elements to View Screen

4.1. Create new Class ViewScreen that extends MainScreen
4.2. Set the title:

  setTitle("Student Info");
 

4.3.