Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 240 Rev 241
Line 593... Line 593...
593
				imgAgrandie.setVisible(true);
593
				imgAgrandie.setVisible(true);
594
			}
594
			}
595
	}
595
	}
Line 596... Line 596...
596
	
596
	
-
 
597
	private void afficherPanneauAgrandi() {
597
	private void afficherPanneauAgrandi() {
598
 
598
			agrandirImage();
599
		agrandirImage();
599
			imgZoom.show(this.getElement());
600
		imgZoom.show(this.getElement());
600
			imgZoom.setPosition((int)(Window.getClientWidth() - Window.getClientWidth()*0.50),(int)(Window.getClientHeight() - Window.getClientHeight()*0.85));
601
		imgZoom.setPosition((int)(Window.getClientWidth() - Window.getClientWidth()*0.50),(int)(Window.getClientHeight() - Window.getClientHeight()*0.85));
601
	}
602
	}