public void display() {
FieldPopupMenu.set(this.getqq_list(), this.getqq_table_popup());
TextData.bind(this, "title").concat(" - ").concat("hello").concat(": ").concat(99);
DirectoryFile fd = new DirectoryFile();
fd.setLocalName(new TextData("c:\\"));
this.setATreeView(new FileNode().construct(fd));
this.getATreeView().setFolder(true);
this.getATreeView().setOpened(true);
this.getATreeView().setIsFilled(true);
this.makeFileTree(this.getATreeView());
this.setAOutlineField(new FileNode().construct(fd));
this.getAOutlineField().setFolder(true);
this.getAOutlineField().setOpened(true);
this.getAOutlineField().setIsFilled(true);
this.makeFileTree(this.getAOutlineField());