Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1292 Rev 1369
Line 7... Line 7...
7
public class FenetreForm extends Window{
7
public class FenetreForm extends Window{
Line 8... Line 8...
8
 
8
 
9
	public FenetreForm(String titre) {
9
	public FenetreForm(String titre) {
10
		int hauteur = (int) Math.ceil(com.google.gwt.user.client.Window.getClientHeight() * .8);
10
		int hauteur = (int) Math.ceil(com.google.gwt.user.client.Window.getClientHeight() * .8);
11
		int largeur = (int) Math.ceil(com.google.gwt.user.client.Window.getClientWidth() * .8);
-
 
12
		GWT.log("Taille:"+hauteur+"x"+largeur, null);
11
		int largeur = (int) Math.ceil(com.google.gwt.user.client.Window.getClientWidth() * .8);
13
		setSize(largeur, hauteur);
12
		setSize(largeur, hauteur);
14
		setPlain(true);
13
		setPlain(true);
15
		setModal(true);
14
		setModal(true);
16
		setBlinkModal(true);
15
		setBlinkModal(true);