what are the methods available to implement text editor in java??
+7
A:
The JTextPane
class would be a good start.
The How to Use Editor Panes and Using Text Components and Text Panes sections from The Java Tutorials would be a nice to place to take a look at examples and explanation.
coobird
2009-06-26 05:46:40
+1 for a helpful answer to a vague question
Gishu
2009-06-26 05:50:36
+1
A:
You could use Eclipse. See http://wiki.eclipse.org/FAQ How do I create my own editor?
Robert
2009-06-26 06:31:18