what are the methods available to implement text editor in java??
|
|
|||
|
|
|
I've successfully integrated EKit into a Java application, which is a fairly functional HTML text editor. |
||
|
|
|
|
You can also have a look at JEdit, a open source java editor for ideas of how exactly to go about building an editor |
||
|
|
|
|
You could use Eclipse. See http://wiki.eclipse.org/FAQ How do I create my own editor? |
||
|
|
|
|
The 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. |
||
|
