}
}
public IViewController createViewController(int type)
{
IViewController vc = null;
if (type == VIEWCONTROLLER_STATUSBAR)
{
vc = new StatusBarVC(StatusBarVC.ID_PREFIX + statusCounter);
}
else if (type == VIEWCONTROLLER_MENUBAR && Platform.isMac())