Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

20
LINES

< > BotCompany Repo | #1003762 // Video Chooser

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (4443L/31K/105K).

!752

static JTable table;
static L<File> 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();
}

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: 470 / 507
Referenced in: [show references]