Re: < Swing Dev> [9] Review Request: JDK-8081764 [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Solaris Sparcv9 and Linux but passes on MacOSX

2015-08-11 Thread Alexander Zvegintsev
+1 Thanks, Alexander. On 07/29/2015 01:39 PM, Alexander Scherbatiy wrote: The fix looks good to me. Thanks, Alexandr. On 7/29/2015 10:00 AM, pooja chopra wrote: Hi , As default look and feel in mac is aqua only so there is no need of setting system look and feel explicitly. Please

Re: [9] Review request for 8014212: Robot captures black screen

2015-08-11 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 8/3/2015 7:05 PM, Sergey Bylokhov wrote: Looks fine. On 28.07.15 15:49, Alexander Zvegintsev wrote: Hello Sergey, please see the updated version http://cr.openjdk.java.net/~azvegint/jdk/9/8014212/02/ GetPrimitiveArrayCritical() is used i

RFR JDK-8133134: docs: replace tags (obsolete in html5) for java.desktop

2015-08-11 Thread Alexander Stepanov
Hello, Could you please review the following fix: http://cr.openjdk.java.net/~avstepan/8133134/webrev.00 for https://bugs.openjdk.java.net/browse/JDK-8133134 Deprecated tags replaced with {@code}. Thanks, Alexander

Re: [9] Review Request: 7124271 [macosx] RealSync test failure

2015-08-11 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. -- Thanks, Alexander. On 10.08.2015 14:21, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. Two bugs were fixed: - The changes in NSApplicationAWT.waitForDummyEvent() is a fix for a regression of JDK-8080504, which does not take into accou

creating images using native code

2015-08-11 Thread Alan Snyder
I am currently creating images with data provided by native code by capturing the data in an int array then using that array to construct a DataBufferInt which is used to create a WritableRaster which is used to create a BufferedImage. That seems to work fine, except that looking at the code it