JTextPane vertical align center
843805Jan 11 2007 — edited Jan 11 2007Hello,
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