vote up 0 vote down star

what are the methods available to implement text editor in java??

flag
Depends on the purpose of your new text editor. Notepad replacement, hex editor or full featured IDE/RAD. Tell us more about your plan. – merkuro Jun 26 at 7:26

5 Answers

vote up 9 vote down

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.

link|flag
+1 for a helpful answer to a vague question – Gishu Jun 26 at 5:50
vote up 1 vote down

You could use Eclipse. See http://wiki.eclipse.org/FAQ How do I create my own editor?

link|flag
vote up 1 vote down

You could also use Netbeans. Here is a link.

link|flag
vote up 1 vote down

You can also have a look at JEdit, a open source java editor for ideas of how exactly to go about building an editor

link|flag
vote up 1 vote down

I've successfully integrated EKit into a Java application, which is a fairly functional HTML text editor.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.