[OpenJDK 2D-Dev] RFR: 8145780: create a simple test for TIFF tag sets

2016-02-03 Thread Alexander Stepanov
Hello, Could you please review the following fix http://cr.openjdk.java.net/~avstepan/8145780/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8145780 Just a single test added. Thanks, Alexander

Re: [OpenJDK 2D-Dev] [9] RFR: JDK-8138749, , Revisited: PrinterJob.printDialog() does not support multi-mon, always displayed on primary

2016-02-03 Thread Phil Race
Hi, I think it is worth addressing all this at once and I think it can be done entirely in RPJ, leaving ServiceUI alone. Ie fix it just for the case where RPJ displays the dialog(s). When an application calls ServiceUI directly, it can decide where it would like the dialog subject to the existing

Re: [OpenJDK 2D-Dev] RFR: 8145780: create a simple test for TIFF tag sets

2016-02-03 Thread Brian Burkhalter
Hello, Alexander, Looks reasonable to me! Regards, Brian On Feb 3, 2016, at 5:46 AM, Alexander Stepanov wrote: > Hello, > > Could you please review the following fix > http://cr.openjdk.java.net/~avstepan/8145780/webrev.00/ > for > https://bugs.openjdk.java.net/browse/JDK-8145780 > > Just

Re: [OpenJDK 2D-Dev] RFR: 8148628: TIFFDirectory(getAsMetaData) created with one TIFFField having a IFD pointer tag throws ClassCastException & other naming differences (JEP 262)

2016-02-03 Thread Phil Race
+1. -phil. On 02/01/2016 03:06 PM, Brian Burkhalter wrote: Please review at your convenience. Issue: https://bugs.openjdk.java.net/browse/JDK-8148628 Patch: http://cr.openjdk.java.net/~bpb/8148628/webrev.00/ Summary: 1) Needed to fix some problems in TIFFDirectory and TIFFFieldNode with res

Re: [OpenJDK 2D-Dev] [9] RFR: JDK-8138749, , Revisited: PrinterJob.printDialog() does not support multi-mon, always displayed on primary

2016-02-03 Thread prasanta sadhukhan
Hi Phil, On 2/3/2016 11:49 PM, Phil Race wrote: Hi, I think it is worth addressing all this at once and I think it can be done entirely in RPJ, leaving ServiceUI alone. Ie fix it just for the case where RPJ displays the dialog(s). RPJ display the dialog only for pageDialog http://hg.openjdk