Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JTextPane vertical align center

843805Jan 11 2007 — edited Jan 11 2007
Hello,

In an swing application a user can edit fixed sized labels. The labels are JTextPane.

I need to implement the possibility of the centering the text vertical in the JTextPane.

This problem is solved in topic:

http://forum.java.sun.com/thread.jspa?forumID=57&threadID=687270

My problem is that implementing like this the other text formatters are dissapearing (StyleConstants, Font.BOLD, Font.Italic, etc.).
Is it a way to extend StyedEditorKit in order to keep the formatters?


Many thanks

Bogdan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2007
Added on Jan 11 2007
7 comments
1,323 views