/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.nbstudio.core; import org.openide.WizardDescriptor; public interface newfileWizardPanel extends WizardDescriptor.ValidatingPanel<WizardDescriptor> { }