Posts by Bruno Cabral • 41 points
3 posts
-
2
votes1
answer81
viewsQ: Xpath does not recognize XML elements
I have an XML. But something is happening that I don’t understand. When trying to use Xpath to return the Author elements, using //Author (tested pathway…
-
1
votes1
answer41
viewsA: Jtree does not update when starting GUI
I found out and solved the problem I was having the line sb.append(s + "\n"); in readDstFile() The \n was invisibly messing up my format string So when I called targetDirectory = new…
-
1
votes1
answer41
viewsQ: Jtree does not update when starting GUI
I’m having a problem that I’m not being able to visualize the solution: Simply put, my Java program has a swing GUI that contains a Jtree (Treemodel customized for system directory view ) There is a…