<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">
<pre>Hi,
Good to get rid of one applet test. Only 1,499 to go :-)
Even though you effectively re-wrote this you should set the (c) as a range "2007, 2016"
Also I think we should try to use the natural size of the component rather than explicitly
setting the size :-
instructionFrame.setBounds(0, 0, 650, 230);</pre>
instructionTextArea.setBounds(10, 10, 650, 230);<br>
<br>
-phil.<br>
<br>
On 04/15/2016 10:53 AM, Manajit Halder wrote:<br>
</div>
<blockquote
cite="mid:717E645F-1A6D-4FC5-8D34-645BF72D0402@oracle.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div class=""><font class="" size="2" face="Menlo">Hi All,</font></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">Kindly review
the fix for JDK9.</font></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">Bug: </font></div>
<div class=""><a moz-do-not-send="true"
href="https://bugs.openjdk.java.net/browse/JDK-8137137"
class=""><font class="" size="2" face="Menlo">https://bugs.openjdk.java.net/browse/JDK-8137137</font></a></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">Webrev: </font></div>
<div class=""><a moz-do-not-send="true"
href="http://cr.openjdk.java.net/%7Emhalder/8137137/webrev.00/"
class=""><font class="" size="2" face="Menlo">http://cr.openjdk.java.net/~mhalder/8137137/webrev.00/</font></a></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">Issue: </font></div>
<div class=""><font class="" size="2" face="Menlo">The native
print dialog and native page dialog doesn’t display close(X)
button in Mac OS X.</font></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">Cause: </font></div>
<div class=""><font class="" size="2" face="Menlo">The reported
problem is the expected behaviour on Mac OS. The native print
dialog does not have ‘close’(X) button on MacOS, instead the
dialog contains OK or Cancel buttons and expects either Cancel
or OK button clicks from the user.</font></div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"><font
class="" size="2" face="Menlo"> </font></span></div>
<div class=""><font class="" size="2" face="Menlo">The native
print dialogs (“native print dialog” and “native page
dialogs”) calls Cocoa method runModalWithPrintInfo on MacOS to
display the print and page dialogs. runModalWithPrintInfo
method does not have any close button and also the normal
behaviour of a modal window is to exclude all other windows
and panels from receiving events. Therefore as long as the
print or page dialog window is open, no other windows will
receive any events.</font></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">The user is
expected to either click OK button or Cancel button (or press
the ESC key) to close the print or page dialog.</font></div>
<div class=""><font class="" size="2" face="Menlo"><br class="">
</font></div>
<div class=""><font class="" size="2" face="Menlo">Fix: </font></div>
<div class=""><font class="" size="2" face="Menlo">No fix
required. The code changed for the following reasons:</font></div>
<div class=""><font class="" size="2" face="Menlo"> </font><span
style="font-family: Menlo; font-size: small;" class="">To add
proper instruction with colse(X) button behaviour on Mac OS X.</span></div>
<div class=""><span style="font-family: Menlo; font-size: small;"
class=""> Rewrite the test case without Applets.</span></div>
<div class=""> </div>
<div class=""><br class="">
</div>
<div class=""><font class="" size="2" face="Menlo">Regards,</font></div>
<div class=""><font class="" size="2" face="Menlo">Manajit</font></div>
</blockquote>
<br>
</body>
</html>