return new UIEffectsPanel(wicketId);
}
@Override
protected void addSourceCode(List<SourceInfo> codeInfos) {
codeInfos.add(new SourceInfo(UIEffectsPage.class));
codeInfos.add(new SourceInfo(UIEffectsPanel.class));
codeInfos.add(new SourceInfo(UIEffectsPanel.class, FORMAT.HTML, "UIEffectsPanel.html", "UIEffectsPanel.html"));
}