jdk/test/javax/print/applet/AppletPrintLookup.html
author schien
Thu, 25 Aug 2011 17:18:25 -0700
changeset 10304 df130f34ab4c
parent 2 90ce3da70b43
child 21596 0e3a39f29dbc
permissions -rw-r--r--
Added tag jdk8-b02 for changeset 88a0fd8156da

<html>
<head>
<title> APL </title>
</head>
<body>
     Wait until 5 applets have initialised and started and display string
     messages. Applet 0 and Applet 2 should find one less print service
     than the rest.
     Specifically all except Applets 0 and 2 should find a service called
     Applet N printer where N is the number of the applet. They should *NOT*
     find Applet M printer (where M != N).
    

<h1>Applet Print Service Lookup</h1>

<APPLET CODE="Applet0.class" CODEBASE=applet0 WIDTH=300 HEIGHT=200></APPLET>
<APPLET CODE="Applet1.class" ARCHIVE="applet1.jar" CODEBASE=applet1 WIDTH=300 HEIGHT=200></APPLET>
<APPLET CODE="Applet2.class" CODEBASE=applet2 WIDTH=300 HEIGHT=200></APPLET>
<APPLET CODE="Applet3.class" CODEBASE=applet3 WIDTH=300 HEIGHT=200></APPLET>
<APPLET CODE="Applet4.class" CODEBASE=applet4 WIDTH=300 HEIGHT=200></APPLET>
</body>
</html>