/**
* Builds the panel
*/
private void buildPanel() {
ImagePanel imagePanel = null;
ResourceManager rm = ResourceManager.getInstance();
// get image
try {
imagePanel = new ImagePanel(rm.getImageIconResource(WELCOME_IMAGE_RESOURCE));
} catch (Exception e) {
Debug.error(e);
}
JPanel textPanel = new JPanel(new IzPanelLayout());