this.getTitleBar().getCloseButton().setVisible(false);
/*
* Create the info label
*/
m_info = new Label(" Welcome | Bienvenido | Bienvenue \n Bem-vindo | Tervetuloa");
m_info.pack();
m_info.setLocation(60, 8);
m_info.setForeground(new Color(255, 255, 255));
this.add(m_info);