Try posting your question to the comp.java.programmer group
this list is about Java on Linux .
Cheers
chris
Mario Jorge Nunes Filipe wrote:
> Hi
>
> I'm creating an applet to show an outline in the form of a Jtree.
>
> I created a class outline that supposedly parses a string and creates
> th
Hi
I'm creating an applet to show an outline in the form of a Jtree.
I created a class outline that supposedly parses a string and creates
the outline in memory, allowing me to write it out as string, or as a
tree.
The Outline class is in the attached file. I call this outline in the
following