164165166167168169170171172
doTable(localPanel.table); queuePanel = new NXQueuePanel(); sideBar.addImpl("Queue", queuePanel); logPanel = new NXLogPanel(); ftpLog.setArea(logPanel); sideBar.addImpl("Log", logPanel); }