reorganized file layout (part 2: edits)
[org.ibex.core.git] / src / org / ibex / plat / JVM.java
1 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.ibex.plat;
3
4 import org.ibex.*;
5 import org.ibex.graphics.*;
6 import org.ibex.core.*;
7 import org.ibex.net.*;
8
9 /** common superclass for all platforms that run in a "real" JVM */
10 public abstract class JVM extends Platform {
11
12 }