On Sun, 22 Nov 2020 08:59:48 GMT, Sergey Bylokhov wrote:
> The problem became visible, when we draw a border across the component using
> drawLine, and expected that fillRect will clear a border of the component.
> This is incorrect because in the case of the scaled graphics(retina) some
> par
On Mon, 23 Nov 2020 09:18:35 GMT, Prasanta Sadhukhan
wrote:
>> The problem became visible, when we draw a border across the component using
>> drawLine, and expected that fillRect will clear a border of the component.
>> This is incorrect because in the case of the scaled graphics(retina) some
On Fri, 20 Nov 2020 03:41:54 GMT, Prasanta Sadhukhan
wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicHTML.java line 64:
>>
>>> 62: public static View createHTMLView(JComponent c, String html) {
>>> 63: BasicEditorKit kit = getFactory();
>>> 64: int begin