package org.jboss.tools.jst.reddeer.wst.css.ui.wizard; import org.jboss.reddeer.jface.wizard.NewWizardDialog; /** * Wizard dialog for creating a CSS File. * @author vpakan */ public class NewCSSWizardDialog extends NewWizardDialog { /** * Constructs the wizard with Web > HTML File. */ public NewCSSWizardDialog() { super("Web", "CSS File"); } }