Revision 32435 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.impl/src/main/java/org/gvsig/installer/swing/impl/execution/wizard/SelectInstallersWizard.java

View differences:

SelectInstallersWizard.java
89 89
		}catch (FileNotFoundException e) {
90 90
			logger.error("The selected file doesn't exist", e);
91 91
		}
92
	}
92
	}	
93 93

  
94 94
	public void updatePanel() {
95 95
		
96 96
	}
97

  
98
	@Override
99
	protected void checkNextButtonEnabled() {
100
		if (installerExecutionWizard != null){
101
			installerExecutionWizard.setNextButtonEnabled(isNextButtonEnabled());
102
		}
103
	}	
97 104
}
98 105

  

Also available in: Unified diff