Forum: Java Oct 23rd, 2007 |
| Replies: 1 Views: 771 Hi,
I am presently trying to display an XML document as a tree structure.
I am able to do it using JTree and SAX Parser.
Now I would like to get the parents of all non-leaf nodes and display... |
Forum: Java Oct 18th, 2007 |
| Replies: 10 Views: 1,446 Thanks for replying to my queries.
I have one more question.
1. Is it possible for me to display only the tree structure without displaying the leaf nodes (I dont want to also display the root... |
Forum: Java Oct 18th, 2007 |
| Replies: 10 Views: 1,446 Sorry......the code given above could not display properly. So I am resending the code back in proper form.
import java.awt.*;
import javax.swing.*;
import javax.swing.tree.*;
import... |
Forum: Java Oct 18th, 2007 |
| Replies: 10 Views: 1,446 import java.awt.*;
import javax.swing.*;
import javax.swing.tree.*;
import javax.swing.event.*;
import java.util.Iterator;
import java.util.List;
import org.jdom.*;
import... |
Forum: Java Oct 17th, 2007 |
| Replies: 10 Views: 1,446 Hi,
Thanks for the reply. But by doing the above I will be able to modify the original tree that I have and will not be able to display the original tree that I have.
How can I display the... |
Forum: Java Oct 16th, 2007 |
| Replies: 10 Views: 1,446 import java.awt.*;
import javax.swing.*;
import javax.swing.tree.*;
import javax.swing.event.*;
import java.util.Iterator;
import java.util.List;
import org.jdom.*;
import... |
Forum: Java Oct 16th, 2007 |
| Replies: 10 Views: 1,446 Hi,
I am converting a given html document into a tree structure and displaying it using JTree and DefaultMutable classes.
By using the html parser and the JTree functionality, I can display the... |
Forum: C++ Jul 30th, 2007 |
| Replies: 7 Views: 5,983 Hi,
I am working on the same part of the logic and got stuck here. The above code will work for linux, but I am working on windows platform.
I have seen in the post that you already gave such... |
Forum: C++ Jul 30th, 2007 |
| Replies: 1 Views: 1,687 Hi,
I have a small question.
How do I compute the number of files(which are specific such as .doc) in a directory in C++.
For example, if I have 10 files of type .doc format in a directory,... |
Forum: C++ Jun 10th, 2007 |
| Replies: 3 Views: 10,360 HI..
Thnx for the reply.... |
Forum: C++ Jun 9th, 2007 |
| Replies: 3 Views: 10,360 Hi all,
Can you please tell me how to read .csv files in C++/VC++??
I converted my excel files to .csv files in order to make reading easy.
Need help regarding the code.
Thanks
Rishi. |