i want to create a JTree resembling XML dom in java.. below is the XML form...
<html>
<head>
<title></title>
<style></style>
<body></body>
</head>
<head>
<title></title>
<style></style>
<body></body>
</head>
</html>
i want to create this tree structure....