Revision 35969

View differences:

branches/v2_0_0_prep/libraries/libUIComponent/src/org/gvsig/gui/beans/wizard/WizardPanelWithLogo.java
122 122
		setFinishAction(new WizardPanelFinishAction(getWizardComponents(), wizardPanel));
123 123
		setCancelAction(new WizardPanelCancelAction(getWizardComponents(), wizardPanel));
124 124
	}
125

  
126
    public void setBackButtonEnabled(boolean isEnabled) {
127
        getWizardComponents().getBackButton().setEnabled(isEnabled);       
128
    }
125 129
}

Also available in: Unified diff