Does anybody know extracting z zip file and displaying the contents in zip file using JTree format? I can do the first part but I don't know how can I display those contents using JTree.
Do you?
Printable View
Does anybody know extracting z zip file and displaying the contents in zip file using JTree format? I can do the first part but I don't know how can I display those contents using JTree.
Do you?
You should using interface javax.swing.tree.TreeModel for displaying your zip file contents.
;)