AWT Dev hg: jdk8/awt/jdk: 6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes

2013-09-03 Thread sergey . malenkov
Changeset: b5ed8686cc01 Author:malenkov Date: 2013-09-03 11:00 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/b5ed8686cc01 6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes Reviewed-by: alexsch !

AWT Dev [8] Request for review: JDK-8022512 JLightweightFrame: the content pane should be transparent

2013-09-03 Thread Anton V. Tarasov
Please, review a fix. jira: https://bugs.openjdk.java.net/browse/JDK-8022512 webrev: http://cr.openjdk.java.net/~ant/JDK-8022512/webrev.0/ Both JLF and its Content Pane are transparent to the client app, e.g. SwingNode, in terms of functionality. They should be physically transparent as well,

Re: AWT Dev AWT impact of deprecating/changing SecurityManager#checkTopLevelWindow, checkSystemClipboardAccess, checkTopLevelWindow

2013-09-03 Thread Alan Bateman
On 03/09/2013 10:56, Artem Ananiev wrote: Hi, Alan, the spec changes (still) look fine. I would move the new test from test/java/awt/etc to test/java/awt/security, as we have a few closed tests in that folder, which will eventually be opened. Thanks for taking care of this. Thanks Artem,

AWT Dev hg: jdk8/awt/jdk: 8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date

2013-09-03 Thread alexandr . scherbatiy
Changeset: 80a8c4ff3b51 Author:alexsch Date: 2013-09-03 17:27 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/80a8c4ff3b51 8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date Reviewed-by: leonidr ! src/macosx/classes/sun/lwawt/LWComponentPeer.java !

AWT Dev [8] Review Request for JDK-8024170, [SwingNode] Implement cursor change

2013-09-03 Thread Petr Pchelko
Hello, AWT Team. Please review the fix for the issue: http://bugs.sun.com/view_bug.do?bug_id=8024170 The issue might not be available on bugs.sun.com yet, so here's the FX counterpart: https://javafx-jira.kenai.com/browse/RT-31957 The JDK part of the fix is available at:

Re: AWT Dev [8] Review Request for JDK-8024170, [SwingNode] Implement cursor change

2013-09-03 Thread Anton V. Tarasov
Hi Petr, It looks fine to me in general. Some minor comments: * LightweightFramePeer.java - Would be better to spell LightWeight as Lightweight. - 41 * Sets the window peer under mouse to null if the current value us equal to this peer Please, fix the typo: us - is *

AWT Dev hg: jdk8/awt/jdk: 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void

2013-09-03 Thread sergey . malenkov
Changeset: 2ad01ecbaf90 Author:malenkov Date: 2013-09-03 21:53 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/2ad01ecbaf90 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void Reviewed-by: art, alexsch !

Re: AWT Dev AWT impact of deprecating/changing SecurityManager#checkTopLevelWindow, checkSystemClipboardAccess, checkTopLevelWindow

2013-09-03 Thread Mandy Chung
On 9/2/2013 8:49 AM, Alan Bateman wrote: This is a follow-up to thread from June [1] where I proposed deprecating the SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkTopLevelWindow methods. At the time then Anthony agreed with the spec change but I didn't come back