File: applet-demo.html

package info (click to toggle)
xerial-sqlite-jdbc 3.40.1.0%2Bdfsg-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,136 kB
  • sloc: java: 17,645; ansic: 2,743; sh: 2,700; xml: 427; makefile: 190
file content (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<html>
<head><title>Applet Demo</title></head>
<body>
<applet code="org/sqlite/AppletTest.class" archive="AppletDemo.jar" width="500" height="500"></applet>
</body>
</html>