vote up 0 vote down star

I can't seem to figure out a way for an editor kit to work for only one JTextPane. Every time I implement one, it always functions for any JTextPane in the frame.

How can I fix this?

flag

How do you set/activate the kit? – DR Apr 26 at 7:06

1 Answer

vote up 1 vote down

Why not editorPane.setEditorKit(new MyKit(()) for each of your panes?

link|flag
That didn't work. I'm using StyledEditorKit to make the Actions, and they seem to work for ANY JTextPane in the frame. – Evan Fosmark Apr 30 at 1:05

Your Answer

Get an OpenID
or

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