ExportSettings exportSettings3 = pullPanel.getExportSettings();
exportSettings3.setTitle("Wicket!");
call3.setExportSettings(exportSettings3);
BoxSettings boxSettings3 = new BoxSettings();
boxSettings3.setExpandButton(false);
boxSettings3.setCloseTarget("http://rue.dnsdojo.net:42000/wicketstuff-picnik/");
PicnikLinkModel picnikLinkModel3 = new PicnikLinkModel(call3);
ModalPicnikLink modalPicnikLink = new ModalPicnikLink("modalPicnikLink", picnikLinkModel3)
{