Re: RFR JDK-8226464:TitledBorder label appears cut off on hidpi devices

2020-04-23 Thread Jayathirth D v
+1. Thanks, Jay > On 16-Apr-2020, at 4:44 PM, Sergey Bylokhov > wrote: > > Looks fine. > > On 4/15/20 8:32 pm, Prasanta Sadhukhan wrote: >> Yes, 8075918 fix also works ok with this fix as I can see. >> Regards >> Prasanta >> On 15-Apr-20 10:37 PM, Sergey Bylokhov wrote: >>> Hi, Prasanta. >>>

Re: RFR JDK-8226464:TitledBorder label appears cut off on hidpi devices

2020-04-16 Thread Sergey Bylokhov
Looks fine. On 4/15/20 8:32 pm, Prasanta Sadhukhan wrote: Yes, 8075918 fix also works ok with this fix as I can see. Regards Prasanta On 15-Apr-20 10:37 PM, Sergey Bylokhov wrote: Hi, Prasanta. That additional clipping was added as part of JDK-8075918, can you please confirm that

Re: RFR JDK-8226464:TitledBorder label appears cut off on hidpi devices

2020-04-15 Thread Prasanta Sadhukhan
Yes, 8075918 fix also works ok with this fix as I can see. Regards Prasanta On 15-Apr-20 10:37 PM, Sergey Bylokhov wrote: Hi, Prasanta. That additional clipping was added as part of JDK-8075918, can you please confirm that JDK-8075918 fix will not be broken by the current one. On 4/15/20

RFR JDK-8226464:TitledBorder label appears cut off on hidpi devices

2020-04-15 Thread Prasanta Sadhukhan
Hi All, Please review a fix for an issue where it is seen that the TitledBorderLabel is cutoff for uiScale>1.25 for SynthLookAndFeel. It is found that in BasicLabelUI, used for other L,where the issue is not seen, the paint() method calls layout()=>SwingUtilities.layoutCompoundLabel() to