Hi!
On Mon, Nov 26, 2001 at 04:06:07PM -0800, vivek bodhraj wrote: > Is there a way to display dtd on the scrollpane using > swing? I have to manipulate the nodes on the dtd. Thinking about your problem I suggest: - For each element of your dtd a jtree with thew possible elements. The several cardinalities (+, *, ?...) you can represent through different icons. - All element-trees are child of one root-jtree, which stands for the complete dtd. So you can display all element in one jtree. I hope, I have understood you question in the right way. Igor PARTL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
