コード例 #1
0
ファイル: PropertyPool.java プロジェクト: leopoldmarx/XShot
 /** Visualizes and prints the structure currently held by the Property Pool. */
 public void show() {
   parent.print(0);
 }