8e300f646dfba4e89ed468f416109cc84aa0d73f
[org.ibex.core.git] / src / org / xwt / plat / Solaris.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 /** Solaris with an X11 display */
7 public class Solaris extends X11 {
8     public static void main(String[] s) throws Exception { Main.main(s); }
9 }