!752 static JTable table; static L tableData; p-awt { substance(); showFrame(table = tableWithToolTips()); thread "Searching Videos..." { tableData = findVideoFiles(); dataToTable_uneditable(table, standardFilesTable(tableData)); } onDoubleClickOrEnter(table, voidfunc(int row) { playVideo(tableData.get(row)); }); hideConsole(); }