src/demo/share/jfc/SwingSet2/SwingSet2.html
author stuefe
Thu, 10 May 2018 07:26:18 +0200
changeset 50074 26ac622a4cab
parent 49495 f46bfa7a2956
permissions -rw-r--r--
8202822: Add .git to .hgignore Reviewed-by: erikj

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>SwingSet demo</title>
  </head>

  <body>
      <h1>SwingSet demo</h1>
      <applet code=SwingSet2Applet              
              archive="SwingSet2.jar"
      	      width=695 height=525>
      </applet>
  </body>
</html>