Subversion Repositories eFlore/Applications.cel

Rev

Rev 1314 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1314 Rev 1324
Line 1194... Line 1194...
1194
	public Component getListeObservation() {
1194
	public Component getListeObservation() {
Line 1195... Line 1195...
1195
		
1195
		
1196
		return listeObservation;
1196
		return listeObservation;
Line 1197... Line 1197...
1197
	}
1197
	}
1198
 
-
 
1199
	public void redimensionnerPanneaux(int adjHeight, int adjWidth) {
1198
 
1200
		
-
 
1201
		formulaireSaisieObservationVue.setHeight(300);
-
 
1202
		
1199
	public void redimensionnerPanneaux(int adjHeight, int adjWidth) {	
1203
		//if(listeObservation.getHeight() > centre.getHeight()) {
-
 
1204
			listeObservation.setHeight(adjHeight/2);
1200
		formulaireSaisieObservationVue.setHeight(300);
1205
		//}
-
 
1206
		centre.doLayout();
1201
		listeObservation.setHeight(adjHeight/2);
Line 1207... Line 1202...
1207
		
1202
		centre.doLayout();
1208
	}
1203
	}
1209
 
1204
 
1210
	public void afficherFormulaireImportObservation() {
1205
	public void afficherFormulaireImportObservation() {
1211
		if (formImportObs==null) { // lazy inst. 
-
 
1212
			formImportObs = new FormulaireImportObservationVue(this);
1206
		if (formImportObs==null) { // lazy inst. 
Line 1213... Line 1207...
1213
		}
1207
			formImportObs = new FormulaireImportObservationVue(this);