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