*/
public CommandFrameworkDemoScreen() {
setTitle("Command Framework Demo");
// Set a DefaultContextMenuProvider for this screen
setContextMenuProvider(new DefaultContextMenuProvider());
// Add LabelFeld with on screen info
add(new LabelField(
"For the purpose of this demo, mli@rim.com is not an existing contact "
+ "and jgraham@rim.com is assumed to be an existing contact."));