Run main3.java file from attached project.
Set sliders value (which bidirectionally manages graphicTextGap value) in value from range [75, 100].
You can see, that even if WrapText==true, prefHeight is set big enough, it is not wrapped, but truncated with "..." on the end...
Set sliders value (which bidirectionally manages graphicTextGap value) in value from range [75, 100].
You can see, that even if WrapText==true, prefHeight is set big enough, it is not wrapped, but truncated with "..." on the end...
- relates to
-
JDK-8128863 [CheckBox] TextWrap algorithm enhancement
- Resolved