Realiser une interface java Probleme

Fermé
Fetaheagles06 Messages postés 5 Date d'inscription samedi 1 mars 2014 Statut Membre Dernière intervention 19 janvier 2015 - 19 janv. 2015 à 18:28
Fetaheagles06 Messages postés 5 Date d'inscription samedi 1 mars 2014 Statut Membre Dernière intervention 19 janvier 2015 - 19 janv. 2015 à 18:34
Jai une problem dans realisation de interface graphique dans eclipse

Code


frMajCham.add(pPrin);
//panel principal
pPrin.setLayout(new BorderLayout());
pPrin.add(pAjou);

// panel de mise a jour
pAjou.setLayout(new GridLayout(5, 2));
pAjou.add(lbID);pAjou.add(tfid);
pAjou.add(lbTpe);pAjou.add(cbType);
pAjou.add(lbetat);pAjou.add(cbnetat);
pAjou.add(lbnombre);pAjou.add(tfnbr);
pAjou.add(lbprix);pAjou.add(tfprix);
// panel pour affichage dans Jtable
pPrin.add(pTab,BorderLayout.WEST);

pTab.add(jscpT);

// panel des button de mise a jour
pPrin.add(pBut,BorderLayout.SOUTH);
pBut.add(btAjout);
pBut.add(btLister);
pBut.add(btModifier);
pBut.add(btSup);



jai une besoin pour fair cm ca



A voir également:

1 réponse

Fetaheagles06 Messages postés 5 Date d'inscription samedi 1 mars 2014 Statut Membre Dernière intervention 19 janvier 2015
19 janv. 2015 à 18:34
jai une besoin pour fair ca
0