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

11
LINES

< > BotCompany Repo | #1015313 // selectDir

JavaX fragment (include)

1  
static void selectDir(VF1<File> onSelect) {
2  
  selectDir("Select directory", onSelect);
3  
}
4  
5  
static void selectDir(S text, VF1<File> onSelect) {
6  
  inputDirPath(text, onSelect);
7  
}
8  
9  
static void selectDir(S text, File def, VF1<File> onSelect) {
10  
  inputDirPath(text, def, onSelect);
11  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015313
Snippet name: selectDir
Eternal ID of this version: #1015313/6
Text MD5: f5fb8b31b14b39694252f18ce070e7b7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-23 13:04:17
Source code size: 287 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 324 / 378
Version history: 5 change(s)
Referenced in: [show references]