Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 53 Rev 55
Line 15... Line 15...
15
 
15
 
16
	/**
16
	/**
17
	 * This is the entry point method.
17
	 * This is the entry point method.
18
	 */
18
	 */
19
	public void onModuleLoad() {
-
 
20
 
-
 
21
		//ImageMediateur im = ImageMediateur.Instance();
-
 
22
 
-
 
Line 23... Line 19...
23
		//new Viewport(im.getPanneauPrincipalImage());
19
	public void onModuleLoad() {
24
		
-
 
25
		  CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
-
 
26
		  //ImageMediateur im = ImageMediateur.Instance() ;
-
 
27
		  // TODO : l'utilisation du viewport rend l'application extremement lente en mode javas
20
		
Line 28... Line -...
28
		 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
-
 
29
		// new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
-
 
30
		  
-
 
31
 
-
 
32
		  // TODO : l'utilisation du viewport rend l'application extremement lente en mode javas 
-
 
33
		//  new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
21
		  CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
34
			
22
		  new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
Line 35... Line 23...
35
 
23