Mercurial > hg > Members > sugi > javafx
view src/aquarium/test/local/StartCodeSegment.java @ 8:b973de8b6785
add build.xml
author | e095732 |
---|---|
date | Tue, 29 Jan 2013 09:59:18 +0900 |
parents | 1245abe6625f |
children | 5e6d40908c60 |
line wrap: on
line source
package aquarium.test.local; import alice.codesegment.CodeSegment; import alice.test.topology.aquarium.fx.Aquarium; public class StartCodeSegment extends CodeSegment { @Override public void run() { ods.put("local", "objCnt", 5); Aquarium aqua = new Aquarium(); aqua.run(); } }