Re: [9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-21 Thread Petr Pchelko
Hello, Alexander. The fix looks good. With best regards. Petr. On 10.02.2014, at 14:48, Sergey Bylokhov wrote: > Hi, Alexander. > The fix looks good. > > On 10.02.2014 14:35, Alexander Zvegintsev wrote: >> Hi Sergey, >> >> thanks for the review, updated test is located here: >> http://cr.ope

Re: [9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-10 Thread Sergey Bylokhov
Hi, Alexander. The fix looks good. On 10.02.2014 14:35, Alexander Zvegintsev wrote: Hi Sergey, thanks for the review, updated test is located here: http://cr.openjdk.java.net/~azvegint/jdk/9/8017472/01 Thanks, Alexander. On 02/10/2014 02:16 PM, Sergey Bylokhov wrote: Hi, Alexander. The fix

Re: [9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-10 Thread Alexander Zvegintsev
Hi Sergey, thanks for the review, updated test is located here: http://cr.openjdk.java.net/~azvegint/jdk/9/8017472/01 Thanks, Alexander. On 02/10/2014 02:16 PM, Sergey Bylokhov wrote: Hi, Alexander. The fix looks good. A few notes about the test: - You should use realSync+sleep after setVisi

Re: [9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-10 Thread Sergey Bylokhov
Hi, Alexander. The fix looks good. A few notes about the test: - You should use realSync+sleep after setVisible(). - The native system can change the size of the frame after setVisble(); On 10.02.2014 12:26, Alexander Zvegintsev wrote: Hello AWT team, please review fix http://cr.openjdk.java.

[9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-10 Thread Alexander Zvegintsev
Hello AWT team, please review fix http://cr.openjdk.java.net/~azvegint/jdk/9/8017472/00/ for https://bugs.openjdk.java.net/browse/JDK-8017472 Another issue was closed as a duplicate of this one, but it has a better self-explaining title: MouseEvent has wrong coordinates when using multiple mon