List zindexed = (List) wbo.getData("guimessage");
if (zindexed == null) {
zindexed = new ArrayList(3);
wbo.putData("guimessage", zindexed);
}
zindexed.add(new ZIndexWrapper(guiMsgPlace, 20));
}
};
myContent.put("guimessage", guiMsgPlace);
backIcon = LinkFactory.createIconClose(closeButtonText, myContent, this);