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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<title> APL </title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
<body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
     Wait until 5 applets have initialised and started and display string
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
     messages. Applet 0 and Applet 2 should find one less print service
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
     than the rest.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
     Specifically all except Applets 0 and 2 should find a service called
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
     Applet N printer where N is the number of the applet. They should *NOT*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
     find Applet M printer (where M != N).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
    
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
<h1>Applet Print Service Lookup</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
<APPLET CODE="Applet0.class" CODEBASE=applet0 WIDTH=300 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
<APPLET CODE="Applet1.class" ARCHIVE="applet1.jar" CODEBASE=applet1 WIDTH=300 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
<APPLET CODE="Applet2.class" CODEBASE=applet2 WIDTH=300 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
<APPLET CODE="Applet3.class" CODEBASE=applet3 WIDTH=300 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
<APPLET CODE="Applet4.class" CODEBASE=applet4 WIDTH=300 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
</html>