View Javadoc
1   package org.woehlke.simulation.evolution.desktop;
2   
3   import org.woehlke.simulation.evolution.gui.SimGenFrame;
4   import org.woehlke.simulation.evolution.gui.ISimGenFrame;
5   
6   /**
7    * (C) 2006 - 2008 Thomas Woehlke
8    * http://www.thomas-woehlke.de
9    * @author Thomas Woehlke
10   */
11  public class SimGenDesktop {
12      public static void main(String[] args) {
13          ISimGenFrame simGen = new SimGenFrame();
14      }
15  }