File: weirdx.html

package info (click to toggle)
weirdx 1.0.32-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,488 kB
  • sloc: java: 22,813; perl: 372; sh: 25; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <head>
      <title>WeirdX 1.0</title>
  </head>
  <body>
      <h1>WeirdX 1.0</h1>
      <hr>
      <applet code="com.jcraft.weirdx.WeirdX.class" archive="weirdx.jar"
              width="800" height="600">
        <PARAM NAME="weirdx.displaynum" VALUE="2">
        <PARAM NAME="weirdx.ddxwindow" VALUE="com.jcraft.weirdx.DDXWindowImp">
        <PARAM NAME="weirdx.display.visual" VALUE="TrueColor16">
        <PARAM NAME="weirdx.display.acl" VALUE="+">
        <PARAM NAME="weirdx.display.threebutton" VALUE="yes">
        <PARAM NAME="weirdx.display.width" VALUE="800">
        <PARAM NAME="weirdx.display.height" VALUE="600">
      </applet>
      <hr>
  </body>
</html>