Re: I need some assistance

1999-05-18 Thread Christopher Hinds
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

I need some assistance

1999-05-18 Thread Mario Jorge Nunes Filipe
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