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

11
LINES

< > BotCompany Repo | #1013051 // KeyEvent Test

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

Download Jar. Libraryless. Click here for Pure Java version (5592L/37K).

!7

p-awt {
  new JTextArea ta;
  ta.addKeyListener(new KeyAdapter {
    public void keyReleased(KeyEvent e) {
      print("Key code: " + e.getKeyCode());
    }
  });
  showFrame(ta);
}

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: #1013051
Snippet name: KeyEvent Test
Eternal ID of this version: #1013051/1
Text MD5: b39801c854e5ef8dc4299c66060984b3
Transpilation MD5: 00cf7fae61e30cc9a106e671e3b4ace3
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-22 16:33:27
Source code size: 195 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 300 / 666
Referenced in: [show references]