*/
public ConfigurationScreen() {
StaticDataHelper sdh = new StaticDataHelper() ;
Configuration c = new Configuration() ;
setTitle(new LabelField(sdh.getLanguage("configure-sync4j-bb")));
Log.debug("Username:" + c.userName);
Log.debug("Sync Calendar: " + c.syncCalendar);
userNameField = new BasicEditField