public static void main(String[] args) { HeatBugs3DWithUI heatbugs = new HeatBugs3DWithUI( new HeatBugs(System.currentTimeMillis(), 100, 100, 100), HeatBugs3DWithUI.STACKED, // HeatBugs3DWithUI.CLASSIC, // HeatBugs3DWithUI.TILE); // HeatBugs3DWithUI.NOZ); HeatBugs3DWithUI.MESH); Console c = new Console(heatbugs); c.setVisible(true); }
public static void main(String[] args) { AgentsForageWithUI antsForage = new AgentsForageWithUI(); Console c = new Console(antsForage); c.setVisible(true); }
public static void main(String[] args) { PolySchellingWithUI worldGUI = new PolySchellingWithUI(); Console console = new Console(worldGUI); console.setVisible(true); }
public static void main(String[] args) { PreferentialAttachmentWithUI vid = new PreferentialAttachmentWithUI(); Console c = new Console((GUIState) vid); c.setVisible(true); }