Changeset: 5e36944bb38c Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-04-09 11:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5e36944bb38c
RT-36568: [Accessibility] Implement SplitMenuButton - Mac implementation The primary actions (VO+space) fires the button, and show menu (VO+shift+M) open the menu. ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java Changeset: 774a20d5f1f5 Author: lisa.se...@oracle.com Date: 2014-04-09 14:43 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/774a20d5f1f5 Fix for RT-36601 [Monocle] Framebuffer allocates incorrectly sized clear buffer. Reviewed by dblaukopf. Tested with HelloSanity. ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/Framebuffer.java