2004/01/19 21:21:36
[org.ibex.core.git] / src / org / xwt / plat / Solaris.java
index 65f9e67..8e300f6 100644 (file)
@@ -1,8 +1,9 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.plat;
 
 import org.xwt.*;
 
 /** Solaris with an X11 display */
-public abstract class Solaris extends X11 {
+public class Solaris extends X11 {
+    public static void main(String[] s) throws Exception { Main.main(s); }
 }