pchelko [Mon, 03 Jun 2013 10:14:05 +0400] rev 17899
8015477: Support single threaded AWT/FX mode.
Reviewed-by: ant, anthony
vkarnauk [Fri, 31 May 2013 19:34:02 +0400] rev 17898
6436314: Vector could be created with appropriate size in DefaultComboBoxModel
Reviewed-by: alexsch, alexp
vkarnauk [Fri, 31 May 2013 18:46:41 +0400] rev 17897
7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
Reviewed-by: alexsch, alexp
malenkov [Fri, 31 May 2013 18:25:38 +0400] rev 17896
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
Reviewed-by: alexsch
ant [Fri, 31 May 2013 15:56:07 +0400] rev 17895
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
Reviewed-by: anthony
anthony [Fri, 31 May 2013 14:12:53 +0400] rev 17894
8013189: JMenuItems draw behind TextArea
Summary: Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally.
Reviewed-by: art, serb