<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Looks good to me.<br>
    </p>
    <pre class="moz-signature" cols="72">Best regards,
Alexander Kouznetsov</pre>
    <div class="moz-cite-prefix">On 1/16/2017 5:39 AM, Muneer Kolarkunnu
      wrote:<br>
    </div>
    <blockquote cite="mid:cfc71374-9a64-4ea4-90c7-6fc3e7adcbe4@default"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi All,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Please review the following:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Bug : <a moz-do-not-send="true"
            href="https://bugs.openjdk.java.net/browse/JDK-8172804">https://bugs.openjdk.java.net/browse/JDK-8172804</a><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Webrev Link: <a moz-do-not-send="true"
            href="http://cr.openjdk.java.net/%7Eakolarkunnu/8172804/webrev.00/">http://cr.openjdk.java.net/~akolarkunnu/8172804/webrev.00/</a><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Summary: This is a fix for a bug in Jemmy
          code, that we found while automating the SwingSet Demo.<o:p></o:p></p>
        <p class="MsoNormal">Previously maximize() was implemented using
          Frame.setSize() which will set frame size as screen size, but
          its state is not changing, it will be Frame.NORMAL itself. <br>
          Now it is implementing using, Frame.setExtendedState() with
          Frame.MAXIMIZED_BOTH as parameter, so that its actual state
          also will set to Frame.MAXIMIZED_BOTH. <br>
          <br>
          <o:p></o:p></p>
        <p class="MsoNormal">Also demaximize() is not implemented
          completely. So demaximize() is implementing using
          Frame.setExtendedState() with Frame.NORMAL .<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Regards,<o:p></o:p></p>
        <p class="MsoNormal">Muneer<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
    <br>
  </body>
</html>