From e15deed64d63c9f10cf9aedb4d814a57d3d554fc Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:34:30 +0000 Subject: [PATCH] 2003/09/13 05:26:08 darcs-hash:20040130073430-2ba56-3dde21dd9cd3d874f94a0461f37919db5eda7546.gz --- src/org/xwt/plat/JVM.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/org/xwt/plat/JVM.java diff --git a/src/org/xwt/plat/JVM.java b/src/org/xwt/plat/JVM.java new file mode 100644 index 0000000..00234e8 --- /dev/null +++ b/src/org/xwt/plat/JVM.java @@ -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 { + +} -- 1.7.10.4