2003/09/13 05:26:08
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:34:30 +0000 (07:34 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:34:30 +0000 (07:34 +0000)
darcs-hash:20040130073430-2ba56-3dde21dd9cd3d874f94a0461f37919db5eda7546.gz

src/org/xwt/plat/JVM.java [new file with mode: 0644]

diff --git a/src/org/xwt/plat/JVM.java b/src/org/xwt/plat/JVM.java
new file mode 100644 (file)
index 0000000..00234e8
--- /dev/null
@@ -0,0 +1,9 @@
+// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+package org.xwt.plat;
+
+import org.xwt.*;
+
+/** common superclass for all platforms that run in a "real" JVM */
+public abstract class JVM extends Platform {
+
+}