Re: Text Editor

1999-07-18 Thread Daniel Barclay
> I there anyone out there who knows how I could go about implementing atext > editor using maybe the TextArea which writes from right to left and deletes > backwards(the right key). > > Do I define a cursor, and play around with that? Or do I use the getRows and > getColumns methods/ Use

Re: Text Editor

1999-05-22 Thread Ernst de Haan
Check this out: * http://www.gjt.org/~sp/jedit.html GreetinX++, Ernst Farhan Killedar wrote: > > Hi, > I there anyone out there who knows how I could go about implementing atext > editor using maybe the TextArea which writes from right to left and deletes > backwards(the rig