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

7
LINES

< > BotCompany Repo | #1015561 // selectFile - synonym of inputFilePath - show input form for a file path

JavaX fragment (include)

static void selectFile(fS msg, VF1<File> action) {
  selectFile(msg, userDir(), action);
}

static void selectFile(fS msg, final File defaultFile, VF1<File> action) {
  inputFilePath(msg, defaultFile, action);
}

Author comment

Began life as a copy of #1006692

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015561
Snippet name: selectFile - synonym of inputFilePath - show input form for a file path
Eternal ID of this version: #1015561/2
Text MD5: 62dfdc409f824270582bdd5736255213
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-17 16:15:02
Source code size: 217 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 347 / 423
Version history: 1 change(s)
Referenced in: [show references]