MAJ V4.3.2
This commit is contained in:
parent
a926a08a0b
commit
b5d4b59631
Binary file not shown.
@ -66,7 +66,7 @@ public class afficheText extends JEditorPane {
|
||||
sb.append(baliseStyle.balise());
|
||||
|
||||
|
||||
if(nodeParent!=null) sb.append("<p class=\"p1\">Node parent = " + nodeParent.getNomElt() + "</p><br>");
|
||||
if(nodeParent!=null) sb.append("<p class=\"p1\">Node parent = " + nodeParent.getNomElt() + "</p>");
|
||||
sb.append("<p class=\"p1\">Niveau = " + nod.getLevel() + "</p><br>");
|
||||
sb.append("<hr><br><h1>Nom du node : " + nod.getNomElt() + "</h1>" + descriptionNode.description(nod.getNomElt())+"<br><hr>");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user