throws Exception {
super("File Viewer");
setSize(1000, 800);
setDefaultCloseOperation(EXIT_ON_CLOSE);
q = new QueryUtil(instanceName, zooKeepers, user, password, tableName, auths);
fdq = new FileDataQuery(instanceName, zooKeepers, user, password, dataTableName, auths);
this.topPath = path;
}