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

11
LINES

< > BotCompany Repo | #1015313 // selectDir

JavaX fragment (include)

static void selectDir(VF1<File> onSelect) {
  selectDir("Select directory", onSelect);
}

static void selectDir(S text, VF1<File> onSelect) {
  inputDirPath(text, onSelect);
}

static void selectDir(S text, File def, VF1<File> onSelect) {
  inputDirPath(text, def, onSelect);
}

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: 320 / 373
Version history: 5 change(s)
Referenced in: [show references]