JDK-6365326 : JEditorPane does not wrap text after resize
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Incomplete
  • OS: generic
  • CPU: generic
  • Submitted: 2005-12-20
  • Updated: 2023-08-29
  • Resolved: 2023-08-29
Related Reports
Relates :  
Description
from ###@###.###
---
For plain text, I called 'java JEditorPaneTest sample.txt'. When JEditorPane appeared initially, the plain text is line wrapped. But When I resize the frame, it does not line wrap according to the new size and the original wrapping what appeared initially was maintained. But for RTF, line wrapping happens dynamically when I resize the JEditorPane. 
----

Comments
Testcase JEditorPaneTest missing
29-08-2023