Jbuilder

saisof -  
 Le his -
Bonjour,je cherche des documentation sur JBUILDER...MERCI
Configuration: Windows XP Internet Explorer 6.0

1 réponse

  1. Le his
     
    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