Re: RFR: 8256713: SwingSet2 : Slider leaves tracks in uiScale=2

2020-11-23 Thread Prasanta Sadhukhan
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

Re: RFR: 8256713: SwingSet2 : Slider leaves tracks in uiScale=2

2020-11-23 Thread Sergey Bylokhov
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

Re: RFR: 8256019: JLabel HTML text does not support translucent text colors [v2]

2020-11-23 Thread Sergey Bylokhov
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