{
private static final long serialVersionUID = 1L;
public Panel getPanel(String panelId)
{
Gifkikker panel = new Gifkikker(panelId);
// not an ISecureComponent but with an ISecurityCheck to check
// for enough rights when rendering
SecureComponentHelper.setSecurityCheck(panel, new ContainerSecurityCheck(panel));
return panel;
}