Line 2... |
Line 2... |
2 |
|
2 |
|
3 |
import org.tela_botanica.client.image.ImageMediateur;
|
3 |
import org.tela_botanica.client.image.ImageMediateur;
|
Line 4... |
Line 4... |
4 |
import org.tela_botanica.client.observation.ObservationMediateur;
|
4 |
import org.tela_botanica.client.observation.ObservationMediateur;
|
- |
|
5 |
|
5 |
|
6 |
import com.google.gwt.core.client.EntryPoint;
|
6 |
import com.google.gwt.core.client.EntryPoint;
|
7 |
import com.google.gwt.user.client.Window;
|
Line 7... |
Line 8... |
7 |
import com.google.gwt.user.client.ui.RootPanel;
|
8 |
import com.google.gwt.user.client.ui.RootPanel;
|
8 |
import com.gwtext.client.widgets.Viewport;
|
9 |
import com.gwtext.client.widgets.Viewport;
|
Line 22... |
Line 23... |
22 |
//new Viewport(im.getPanneauPrincipalImage());
|
23 |
//new Viewport(im.getPanneauPrincipalImage());
|
Line 23... |
Line 24... |
23 |
|
24 |
|
24 |
CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
|
25 |
CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
|
25 |
//ImageMediateur im = ImageMediateur.Instance() ;
|
26 |
//ImageMediateur im = ImageMediateur.Instance() ;
|
26 |
// TODO : l'utilisation du viewport rend l'application extremement lente en mode javas
|
27 |
// TODO : l'utilisation du viewport rend l'application extremement lente en mode javas
|
- |
|
28 |
//RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
|
27 |
RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
|
29 |
carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne().setWidth(800) ;
|
Line 28... |
Line 30... |
28 |
//new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
|
30 |
new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
|
29 |
|
31 |
|
Line 30... |
Line 32... |
30 |
|
32 |
|
31 |
// TODO : l'utilisation du viewport rend l'application extremement lente en mode javas
|
33 |
// TODO : l'utilisation du viewport rend l'application extremement lente en mode javas
|
Line 32... |
Line 34... |
32 |
// new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
|
34 |
// new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
|
33 |
|
- |
|
Line 34... |
Line 35... |
34 |
|
35 |
|
35 |
// On appelle la gestion de l'identification
|
36 |
|