Rishi
Rishi

Reputation: 95

How do I write statusbar in JTextPane?

When I click in JTextPane html content, that html element name should be in statusbar. How can I write stausbar in JTextPane? If you have any sample code provide me.

Upvotes: 1

Views: 150

Answers (1)

StanislavL
StanislavL

Reputation: 57421

Use the example http://java-sl.com/JEditorPaneStructureTool.html as a basement of your status bar code.

Upvotes: 1

Related Questions