0N/A<html>
0N/A<!--
0N/A @test
0N/A @bug 4185854
0N/A @summary Checks that constructors do not accept nulls and throw NPE
0N/A @author tdv@eng.sun.com: area=
0N/A @run applet ConstructorsNullTest.html
0N/A -->
0N/A<head>
0N/A<title> </title>
0N/A</head>
0N/A<body>
0N/A
0N/A<h1>ConstructorsNullTest<br>Bug ID: 4185854</h1>
0N/A
0N/A<p> This is an AUTOMATIC test, simply wait for completion </p>
0N/A
0N/A<APPLET CODE="ConstructorsNullTest.class" WIDTH=200 HEIGHT=200></APPLET>
0N/A</body>
0N/A</html>