예제 #1
0
파일: TreeView.java 프로젝트: utgenome/utgb
  public void layout() {

    _displayPanel.add(new Label("root"));
    _rootPanel.layout(_displayPanel);
  }