[OpenJDK 2D-Dev] RFR: 8231352 [Citrix/RDP]PrintServiceLookup.lookupDefaultPrintService() does not return configured default printer when redirected

2020-02-10 Thread Vyom Tewari26
Hi All, Please find the attached fix(webrev.zip) for JDK-8231352(https://bugs.openjdk.java.net/browse/JDK-8231352). In this patch i removed the deprecated "GetProfileString" and used "GetDefaultPrinter" instead. "GetDefaultPrinter" API,  minimum supported client is Windows 2000 professional and min

Re: [OpenJDK 2D-Dev] [15] Review Request: 8237746 Fixing compiler warnings in src/demo/share/jfc

2020-02-10 Thread Marc Hoffmann
Hi Sergey, thanks for sponsoring this patch! I successfully applied the webrev patch on current JDK head (57807:7bae17e00566). The build runs without warnings on the demo code :) But I noticed a minor glitch: I inserted a tab in src/demo/share/jfc/SwingSet2/DirectionPanel.java Line 97 where on