/* 234 */ DefaultMutableTreeNode currentNode = null;
/* 235 */ DefaultMutableTreeNode currentRoot = top;
/* */
/* 237 */ while (!endOfList)
/* */ {
/* 239 */ fullPathName = types.unpackString();
/* */
/* 241 */ if (fullPathName.compareTo("") == 0) {
/* 242 */ endOfList = true;
/* */ }
/* */ else {