JDK-4220235 : align=justify in

- and -tags does not work in JEditorPane

  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1999-03-14
  • Updated: 1999-09-16
  • Resolved: 1999-09-16
Related Reports
Duplicate :  
Description

Name: gsC80088			Date: 03/14/99


JEditorPane does not show properly when 
content-type=text/html and 
align-attribute is align=justify 
in <p>-tag or <h1>, <h2>,...

e.g.: <h2 align=justify>not justified! </h2>

it's only centered!
(Review ID: 53624) 
======================================================================

Comments
EVALUATION This is because we do not yet support justified text in the swing text package. scott.violet@eng 1999-09-16
16-09-1999