boudou
+9
mel0u
NeO
dom
Wan_Cheshire
pouf
Monsieur Chib
F@rf@D€t
mini
boudou
13 participants
Page 30 sur 40 • 1 ... 16 ... 29, 30, 31 ... 35 ... 40
Re: boudou
Ayééééééééé !!
Chui rentré ché moi
25 minutes neustrie -> ché moi g battu mon record
merci merci j'essaierai de faire mieux la prochaine fois
tite soirée sympa
a demain tous les gens !!
Chui rentré ché moi
25 minutes neustrie -> ché moi g battu mon record
merci merci j'essaierai de faire mieux la prochaine fois
tite soirée sympa
a demain tous les gens !!
Re: boudou
SUIS REVENU EN STAGE !
NeO- neoderthal!
- Nombre de messages : 272
Localisation : ?!
Date d'inscription : 13/04/2006
Re: boudou
4h de menages pour récuperer la maison :]
Et gueulle de bois monstrueuse aussi, j'ai pas mangé depuis samedi midi, je sens que je vais kiffer mon sandish ce midi.
Et gueulle de bois monstrueuse aussi, j'ai pas mangé depuis samedi midi, je sens que je vais kiffer mon sandish ce midi.
NeO- neoderthal!
- Nombre de messages : 272
Localisation : ?!
Date d'inscription : 13/04/2006
Re: boudou
bah no justement il fait froid
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
perso je me les pele :/
NeO- neoderthal!
- Nombre de messages : 272
Localisation : ?!
Date d'inscription : 13/04/2006
Re: boudou
boudou.....quelqu'un peut il m'aider à transformer un flux xml en composant swing...aller quoi vous glander alr aider moi au moins...
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
un flux xml c'est un moyen de stoquer des données et swing c'est des interfaces graphiques...
on peut pas transformer l'un en l'autre... (ou alors je dis que de la merde et je peux pas t'aider...)
Re: boudou
oui t'es une quequette...bien sur que c'est possible je t'explique le principe......je reçois un flux xml dans mon code java après il suffit de dire:
if(<balise machin>== textfield) alors TextField tf = new TextField...
ca c'est facil mais le problème c'est d'imbriquer des composants..style le textfield dans un panel...etc....
if(<balise machin>== textfield) alors TextField tf = new TextField...
ca c'est facil mais le problème c'est d'imbriquer des composants..style le textfield dans un panel...etc....
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
boudou a écrit:boudou.....quelqu'un peut il m'aider à transformer un flux xml en composant swing...aller quoi vous glander alr aider moi au moins...
Paradigme dit :
faut qu'il telecharge Xerces
Paradigme dit :
c'est fait par apache
Paradigme dit :
il parse
Paradigme dit :
il recupere le flux en string et l'entre ds son interface
Freddy & co ont utilisé ca en projet.
NeO- neoderthal!
- Nombre de messages : 272
Localisation : ?!
Date d'inscription : 13/04/2006
Re: boudou
ouais je sais tt ca j'ai fait mais en gros le problème c'est que je recois des groupes que je transforme en panel et je recois divers composant le truc c'est qu'il faut mettre les bon composants dans les bon groupes....voilà c'est tt
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
voila le code xml.......
<?xml version="1.0" encoding="iso-8859-1" ?>
- <screen function="HR/SEH">
<authorizations add="y" dup="y" del="y" save="y" print="y" />
- <parameters>
<authors create="y" update="y" lastused="n" />
</parameters>
- <statdesc>
- <object id="GRP_1" type="group" line="2" col="1" lineright="2" colright="1" border="n">
<object id="HORSECT" type="cbx" line="1" col="1" length="40" visiblelength="35" format="A" oblig="y" key="y" load="HRPSECH_IND1" />
<object id="BTN_TV" type="button" line="1" col="2" length="2" fctbtn="DISPTV" modal="HR/TVW" key="y" />
<object id="LIBCOURT" type="edit" line="1" col="3" length="20" format="a" oblig="y" />
</object>
- <object id="GRP_2" type="group" line="3" col="1" lineright="3" colright="1" border="y">
<object id="DATTRAI" type="date" line="1" col="1" />
<object id="HORCODE" type="cbx" line="1" col="2" length="6" format="A" oblig="y" zoom="HR/HOR" load="HRPHORC_IND1" lnk="LIBHORA" />
<object id="LIBHORA" type="edit" line="1" col="3" length="40" format="a" protect="y" />
<object id="RANG" type="edit" line="1" col="4" length="2" format="N" oblig="y" spin="y" max="99" min="1" />
<object id="PROFIL" type="edit" line="2" col="2" length="6" format="A" protect="y" />
<object id="LIBPROF" type="edit" line="2" col="3" length="40" format="a" protect="y" />
<object id="ATTRIB" type="edit" line="3" col="2" length="6" format="A" protect="y" />
<object id="LIBATTR" type="edit" line="3" col="3" length="40" format="a" protect="y" />
<object id="LIBELLE" type="edit" line="4" col="3" length="40" format="a" />
</object>
<object id="GRP_3" type="pagectrl" line="4" col="1" lineright="4" colright="1" border="y" />
</statdesc>
<dyndesc />
<authdesc />
</screen>
<?xml version="1.0" encoding="iso-8859-1" ?>
- <screen function="HR/SEH">
<authorizations add="y" dup="y" del="y" save="y" print="y" />
- <parameters>
<authors create="y" update="y" lastused="n" />
</parameters>
- <statdesc>
- <object id="GRP_1" type="group" line="2" col="1" lineright="2" colright="1" border="n">
<object id="HORSECT" type="cbx" line="1" col="1" length="40" visiblelength="35" format="A" oblig="y" key="y" load="HRPSECH_IND1" />
<object id="BTN_TV" type="button" line="1" col="2" length="2" fctbtn="DISPTV" modal="HR/TVW" key="y" />
<object id="LIBCOURT" type="edit" line="1" col="3" length="20" format="a" oblig="y" />
</object>
- <object id="GRP_2" type="group" line="3" col="1" lineright="3" colright="1" border="y">
<object id="DATTRAI" type="date" line="1" col="1" />
<object id="HORCODE" type="cbx" line="1" col="2" length="6" format="A" oblig="y" zoom="HR/HOR" load="HRPHORC_IND1" lnk="LIBHORA" />
<object id="LIBHORA" type="edit" line="1" col="3" length="40" format="a" protect="y" />
<object id="RANG" type="edit" line="1" col="4" length="2" format="N" oblig="y" spin="y" max="99" min="1" />
<object id="PROFIL" type="edit" line="2" col="2" length="6" format="A" protect="y" />
<object id="LIBPROF" type="edit" line="2" col="3" length="40" format="a" protect="y" />
<object id="ATTRIB" type="edit" line="3" col="2" length="6" format="A" protect="y" />
<object id="LIBATTR" type="edit" line="3" col="3" length="40" format="a" protect="y" />
<object id="LIBELLE" type="edit" line="4" col="3" length="40" format="a" />
</object>
<object id="GRP_3" type="pagectrl" line="4" col="1" lineright="4" colright="1" border="y" />
</statdesc>
<dyndesc />
<authdesc />
</screen>
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
ki mange vers chanzi ce midi ?
pk pour nous ce midi c américain . . .
pk pour nous ce midi c américain . . .
pouf- fonctionnaire
- Nombre de messages : 312
Age : 38
Localisation : entre Paris et Nantes
Date d'inscription : 13/04/2006
Re: boudou
ouais...
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
Avec Leo et rafouf on mange à coco a priori.
NeO- neoderthal!
- Nombre de messages : 272
Localisation : ?!
Date d'inscription : 13/04/2006
Re: boudou
boudou moi je vous le dit...ROGUE GALAXY
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Re: boudou
ouaouuuu la chance ils ont crée mon personnage dans rogue galaxy.....
http://www.jeuxvideo.com/articles/0000/00006467_00000015_dossier.htm
http://www.jeuxvideo.com/articles/0000/00006467_00000015_dossier.htm
boudou- dépassé par son travail
- Nombre de messages : 2022
Age : 38
Date d'inscription : 12/04/2006
Page 30 sur 40 • 1 ... 16 ... 29, 30, 31 ... 35 ... 40
Sujets similaires
» boudou
» boudou voyage au japon
» JOYEUX ANNIVERSAIRE BOUDOU
» un truc sérieux la pas de boudou je suis un fou
» anniv boudou alice emilie
» boudou voyage au japon
» JOYEUX ANNIVERSAIRE BOUDOU
» un truc sérieux la pas de boudou je suis un fou
» anniv boudou alice emilie
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum