return;
}
this.bookmarkTreeArea = BookmarkTreeArea.makeBookmarkTreeArea(
bookmarkTree, this);
for (int i = 0; i < bookmarkTree.getChildCount(); i++) {
final Bookmark bookmark = (Bookmark)
bookmarkTree.getChildAt(i);
this.bookmarkTreeArea.makeBookmarkArea(bookmark);
}
}