Mercurial > hg > Members > sugi > javafx
comparison src/alice/test/topology/aquarium/fx/TopNode.java @ 0:6f44308ee519
aquarium with javafx
author | YU |
---|---|
date | Thu, 24 Jan 2013 02:16:17 +0900 |
parents | |
children | bf24d5200770 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6f44308ee519 |
---|---|
1 package alice.test.topology.aquarium.fx; | |
2 | |
3 import alice.codesegment.CodeSegment; | |
4 | |
5 public class TopNode extends CodeSegment{ | |
6 | |
7 @Override | |
8 public void run() { | |
9 ods.put("local", "list", new RoutingTable()); | |
10 new RegistRoutingTable(); | |
11 | |
12 } | |
13 | |
14 } |