891011121314
* http://www.thomas-woehlke.de * @author Thomas Woehlke */ public class SimGenDesktop { public static void main(String[] args) { ISimGenFrame simGen = new SimGenFrame(); }