Jbuilder

Fermé
saisof - 21 déc. 2009 à 12:05
 Le his - 6 janv. 2010 à 17:42
Bonjour,je cherche des documentation sur JBUILDER...MERCI

1 réponse

Moi aussi : jBuilder en francais ;
Et encore : comment remplacer xYLayout pour positionner un objet dans une fenetre ;
Car enfin : xYLayout vient de Borland.jdbc.* et je n'ai plus mon CD qu'on m'avait gentillement prêté en stage ;
En bref, comment remplacer ça :
import com.borland.jbcl.layout.*;
import com.borland.jbcl.control.*;
...
public void jbInit() throws Exception{
xYLayout1.setWidth(400);
xYLayout1.setHeight(300);
this.setLayout(xYLayout1);
}
...

à+
0