Re: [OpenJDK 2D-Dev] RFR : 8248802: Add log helper methods to FontUtilities.java

2020-07-15 Thread Baesken, Matthias
>I found a few lines where spaces around the plus signs are missing. Maybe you >can correct this formatting before pushing: > >CFontManager.java L99:, CMap.java L402, SunFontManager.java L565, L628 Here is the updated webrev , will pus it to the client repo . http://cr.openjdk.java.net/~mbaes

Re: [OpenJDK 2D-Dev] RFR JDK-8246742: ServiceUI.printDialog does not support properties dialog

2020-07-15 Thread Prasanta Sadhukhan
Any reviewer for this? On 09-Jul-20 1:10 PM, Prasanta Sadhukhan wrote: Hi All, Please review a fix for an issue where "Properties" button in ServiceUI.printDialog is enabled in windows but clicking it doesn't show any dialog. According to JDK-4673406