How to write my own editor?
Hey I am trying to write an editor for my own keywords and operators.Does java provide any framework for that?-raja
[143 byte] By [
rajveera] at [2007-9-30 6:21:42]

Yes, quite extensive. Here is one: http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.htmlYou will find much more by searching the Sun website, these forums, and Google with "java editor"