Re: [13] RFR JDK-8220250: fix headings in java.desktop

2019-03-19 Thread Jonathan Gibbons
Prasanta, Note that if you believe you have fixed all the heading issues in the java.desktop module, you can re-enable the doclint checks for the module by removing "-accessibility" from the java.desktop line in make/CompileJavaModules.gmk

Re: [13] RFR JDK-8220250: fix headings in java.desktop

2019-03-19 Thread Prasanta Sadhukhan
Hi Alexey, Your points are valid so I modified those in this webrev, please have a look http://cr.openjdk.java.net/~psadhukhan/8220250/webrev.3/ Regards Prasanta On 15-Mar-19 10:28 PM, Alexey Ivanov wrote: Hi Prasanta, On 15/03/2019 05:15, Prasanta Sadhukhan wrote: Hi Alexey, On 13-Mar-19

[13] RFR JDK-8212904:JTextArea line wrapping incorrect when using UI scale

2019-03-19 Thread Prasanta Sadhukhan
Hi All, Please review a fix for an issue where it is seen that line wrapping of JTextArea doen't work correctly if you set wrapStyleWord = true and you use a UI scale (either by setting "sun.java2d.uiScale" or by setting display scale of Windows) It is a regression of JDK-8132119: Provide