File: applet-demo.html

package info (click to toggle)
xerial-sqlite-jdbc 3.50.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: java: 18,781; sh: 2,890; ansic: 2,830; xml: 463; makefile: 199
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>