> 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
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