});
this.getFrame().setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
cardLayout = (CardLayout) wizardPanel.getLayout();
this.getFrame().setTitle(OECReception.applicationName());
this.getFrame().setIconImage(OECReception.applicationIcon());
this.mainViewHelper = new MainViewHelper(this);
loggedInLabel.setText("Logged in as: " + OECReception.getUser().getUsername());
showCard("homeCard", true, false);
// status bar initialization - message timeout, idle icon and busy animation, etc
ResourceMap resourceMap = getResourceMap();
int messageTimeout = resourceMap.getInteger("StatusBar.messageTimeout");