JTextPane : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

JTextPane

A Swing component similar to JTextArea or AWT (Advanced Windowing Toolkit) ’s TextArea. Like JEditorPane, it is can be used to render HTML (Hypertext Markup Language) or RTF (Rich Text Format). You would think JEditorPane would be a subclass of JTextPane, but it is the reverse. JTextPane lets you do your markup in a more abstract way than with HTML or RTF markup. You can use setCharacterAttributes and setLogicalStyle to modify the markup on the fly. JTextPane is for rendering and editing HTML. If all you want to do is generate it, you can do that with simple String methods, or perhaps with JSP (Java Server Pages).

One gotcha is you won’t see any hyperlink events unless you do a setEditable( false );

Without any coding, with AWT, the user can select, copy and paste, even in an unsigned Applet. However, Applets must be signed for copy/paste to work in Swing. Copy/paste works in Swing without signing for applications.

HTML

If you want to embed HTML formatting, (e.g. <u>…</u> to underline) in

Learning More

Oracle’s Javadoc on JTextPane class : available:

This page is posted
on the web at:

http://mindprod.com/jgloss/jtextpane.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\jtextpane.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[3.239.13.1]
You are visitor number