* @param initialize the model of the bean.
*/
public void createView() {
if(m_atkPanel == null)
{
m_atkPanel = new MainPanel(deviceName,false,expertMode,!expertMode);
m_atkPanel.pack();
m_atkPanel.setLocation(xLocation, yLocation);
m_atkPanel.setVisible(false);
setBackground(background);
}