Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 228 Rev 237
Line 575... Line 575...
575
				imgAgrandie.setVisible(true);
575
				imgAgrandie.setVisible(true);
576
			}
576
			}
577
	}
577
	}
Line 578... Line 578...
578
	
578
	
-
 
579
	private void afficherPanneauAgrandi() {
579
	private void afficherPanneauAgrandi() {
580
		agrandirImage();
580
			imgZoom.show(this.getElement());
-
 
-
 
581
		imgZoom.show(this.getElement());
581
			agrandirImage();
582
		imgZoom.setPosition((int)(Window.getClientWidth() - Window.getClientWidth()*0.50),(int)(Window.getClientHeight() - Window.getClientHeight()*0.85));
582
	}
583
	}