X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FSolaris.java;h=8e300f646dfba4e89ed468f416109cc84aa0d73f;hb=d3b97b4c28460fd661aad741eb221cf8d02d8997;hp=65f9e67ad7edfc3c6839d9e95553ed23190e515b;hpb=4c3612faaf8a1eae4d18c1e85ce8755e32fb0d0c;p=org.ibex.core.git diff --git a/src/org/xwt/plat/Solaris.java b/src/org/xwt/plat/Solaris.java index 65f9e67..8e300f6 100644 --- a/src/org/xwt/plat/Solaris.java +++ b/src/org/xwt/plat/Solaris.java @@ -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); } }