1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
   | int bordure = Rectangle.LEFT | Rectangle.RIGHT;
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
nbrLigne++;	
//On renseigne le nouveau cadre
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule("HELP ME Pursang",8, Font.BOLD, Element.ALIGN_LEFT, Rectangle.LEFT |Rectangle.RIGHT);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
nbrLigne++; | 
Partager