propose-patch
[org.ibex.core.git] / src / org / xwt / plat / JVM.java
1 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.xwt.plat;
3
4 import org.xwt.*;
5
6 /** common superclass for all platforms that run in a "real" JVM */
7 public abstract class JVM extends Platform {
8
9 }