How can I change JEditorPane's inter-line spacing?
Created May 4, 2012
Sandip Chitale There may be some clues here -
You will have to subclass ParagraphView though as this method is protected.
Created May 4, 2012
You will have to subclass ParagraphView though as this method is protected.