Libraryless. Click here for Pure Java version (4443L/31K/105K).
1 | !752 |
2 | |
3 | static JTable table; |
4 | static L<File> tableData; |
5 | |
6 | p-awt { |
7 | substance(); |
8 | showFrame(table = tableWithToolTips()); |
9 | |
10 | thread "Searching Videos..." { |
11 | tableData = findVideoFiles(); |
12 | dataToTable_uneditable(table, standardFilesTable(tableData)); |
13 | } |
14 | |
15 | onDoubleClickOrEnter(table, voidfunc(int row) { |
16 | playVideo(tableData.get(row)); |
17 | }); |
18 | |
19 | hideConsole(); |
20 | } |
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, vqftxbmjmmzu
No comments. add comment
Snippet ID: | #1003762 |
Snippet name: | Video Chooser |
Eternal ID of this version: | #1003762/1 |
Text MD5: | ee8ddd8dc44f785ffd234c62971545eb |
Transpilation MD5: | ba4550eb80fc5cff7215046a850f2887 |
Author: | stefan |
Category: | javax / javafx |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-24 21:05:32 |
Source code size: | 395 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 534 / 597 |
Referenced in: | [show references] |