public LoginScreen(SettingsStore store) {
   super();
   this.store = store;
   layoutScreen();
   passwordField.setFocus();
 }