Skip to content

Commit

Permalink
add SwingSet3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Oct 4, 2023
1 parent 514e1a8 commit 1cc3d65
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 0 deletions.
Binary file added examples/swingset-app/SwingSet3.jar
Binary file not shown.
20 changes: 20 additions & 0 deletions examples/swingset-app/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SwingSet3 (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3_20230915_194/cj3loader.js"></script>
<style>
html, body {
margin: 0;
}
</style>
</head>
<body>
<script type="module">
await cheerpjInit();
cheerpjCreateDisplay(800, 600);
await cheerpjRunJar("/app/SwingSet3.jar");
</script>
</body>
</html>
Binary file added examples/swingset-app/lib/AnimatedTransitions.jar
Binary file not shown.
Binary file added examples/swingset-app/lib/AppFramework.jar
Binary file not shown.
Empty file.
Empty file.
Binary file added examples/swingset-app/lib/TimingFramework.jar
Binary file not shown.
Binary file added examples/swingset-app/lib/javaws.jar
Binary file not shown.
Empty file.
Binary file added examples/swingset-app/lib/swing-worker.jar
Binary file not shown.
Binary file added examples/swingset-app/lib/swingx.jar
Binary file not shown.

0 comments on commit 1cc3d65

Please sign in to comment.