import org.squidy.designer.DesignerWithSplash;
/**
* <code>Splasher</code>.
*
* <pre>
* Date: Nov 19, 2008
* Time: 1:23:57 AM
* </pre>
*
* @author Roman Rädle, <a
* href="mailto:Roman.Raedle@uni-konstanz.de">Roman.Raedle@uni-konstanz.de</a>,
* University of Konstanz
* @version $Id: DesignerWithSplash.java 772 2011-09-16 15:39:44Z raedle $
* @since 1.1.0
*/
public class Start {
/**
* @param args
*/
public static void main(String[] args) {
// Redirect
new DesignerWithSplash().show(args);
}
}