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

9
LINES

< > BotCompany Repo | #1003692 // Test registerFunctionKey

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

Libraryless. Click here for Pure Java version (4550L/32K/120K).

!7

p {
  JFrame frame = showFrame(new JTextArea);
  for (int key = 1; key <= 12; key++) {
    final int _key = key;
    registerFunctionKey(frame, key, r { print("F" + _key + "!"); });
  }
}

download  show line numbers  debug dex  old transpilations   

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

Comments [hide]

ID Author/Program Comment Date
1253 stefan Works, but F11 means fullscreen on my system... lol 2016-07-25 21:26:51

add comment

Snippet ID: #1003692
Snippet name: Test registerFunctionKey
Eternal ID of this version: #1003692/2
Text MD5: b8b8f541954f330d06faf94da6a7a710
Transpilation MD5: 880a5c2e6cfbcef14783c572b00030b1
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-08 14:47:18
Source code size: 199 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 746 / 756
Version history: 1 change(s)
Referenced in: [show references]