}
}
});
addHelpTextTrigger(defaultUserImg, RS.rbLabel(KEY.APP_DIALOG_DEFAULT_USER));
cnctStatusWireless = new StatusIcon(RS.imgView(RS.IMG_WIRELESS_ICON,
CONNECTION_STATUS_SIZE, CONNECTION_STATUS_SIZE, true, true), GuiUtil.COLOR_OFF);
addServiceBehavior(cnctStatusWireless, null, ServiceProvider.Type.WIRELESS, KEY.WIRELESS_CONNECT_DESC);
cnctStatusWeb = new StatusIcon(RS.imgView(RS.IMG_WEB_ICON,
CONNECTION_STATUS_SIZE, CONNECTION_STATUS_SIZE, true, true), GuiUtil.COLOR_OFF);
addServiceBehavior(cnctStatusWeb, null, ServiceProvider.Type.WEB, KEY.WIRELESS_WEB_START_STOP_DESC);
cnctStatusEmail = new StatusIcon(RS.imgView(RS.IMG_EMAIL_ICON, CONNECTION_STATUS_SIZE,
CONNECTION_STATUS_SIZE, true, true), GuiUtil.COLOR_OFF);
addServiceBehavior(cnctStatusEmail, null, ServiceProvider.Type.EMAIL, KEY.MAIL_CONNECT_DESC);
// TODO : need to set camera resolution before calling Command.CAM_TAKE_PIC?
final DropShadow ds = new DropShadow();