01: package org.tp23.antinstaller.renderer.swing; 02: 03: /** 04: * Pre pages do not have the decorations normal pages have 05: * @author teknopaul 06: * 07: */ 08: public class PrePageRenderer extends SimpleInputPageRenderer { 09: 10: protected void initSidePanels() throws Exception { 11: // or not 12: } 13: }