/trunk/src/org/tela_botanica/client/cel2.java/cel2.java |
---|
10,13 → 10,13 |
*/ |
public class cel2 implements EntryPoint { |
/** |
* This is the entry point method. |
*/ |
public void onModuleLoad() { |
ImageMediateur im = ImageMediateur.Instance() ; |
new Viewport(im.getPanneauPrincipalImage()); |
} |
/** |
* This is the entry point method. |
*/ |
public void onModuleLoad() { |
ImageMediateur im = ImageMediateur.Instance(); |
new Viewport(im.getPanneauPrincipalImage()); |
} |
} |