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

16
LINES

< > BotCompany Repo | #1012959 // Test AutoComboBox2 [OK, but down key should not accept right away]

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

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (6808L/46K).

!7

p-substance {
  autoRestart();
  final AutoComboBox2 box = autoComboBox2(f makeEntries);
  showForm(
    "", box,
    func {
      infoBox(getText(box));
      false;
    });
}

static L<S> makeEntries(S s) {
  ret ll(s + " yes", s + " no");
}

Author comment

Began life as a copy of #1010292

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012959
Snippet name: Test AutoComboBox2 [OK, but down key should not accept right away]
Eternal ID of this version: #1012959/2
Text MD5: 436965297a328aa12c18be0453b1f4fb
Transpilation MD5: 2b21594ef3da2e464dae2cd20f5c96a4
Author: stefan
Category: javax / gui
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-18 22:12:11
Source code size: 262 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 436 / 930
Version history: 1 change(s)
Referenced in: [show references]