2004/01/19 21:21:36
[org.ibex.core.git] / src / org / xwt / plat / Solaris.java
index 0245d8b..8e300f6 100644 (file)
@@ -4,6 +4,6 @@ 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); }
 }