builder.nextLine();
builder.addLblKeyAndComp("logonpanel.userid",tfUserId);
builder.nextLine();
builder.addLblKeyAndComp("logonpanel.pass",tfPassword);
builder.addButtonBar(3, ButtonBarPos.Center, null, btnLogon);
builder.complete();
this.setContentPane(builder.getPanel());
}
protected void populateCompMap() {
compMap.put(LogonFrameConstants.USERID, tfUserId);