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

11
LINES

< > BotCompany Repo | #1016638 // Text line at mouse position [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (14523L/100K).

!7

sclass LineAtMouse extends DynTextArea {
  void start {
    doEvery(4.0, r updateMe);
  }
  
  void update {
    setText(trim(lineAtMouse()));
  }
}

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: #1016638
Snippet name: Text line at mouse position [Dyn Module]
Eternal ID of this version: #1016638/4
Text MD5: 1ebb2bd494e8e3ac66371e9b2f853f77
Transpilation MD5: 1a2af6fecba9ace0fc7183470b16d94c
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-26 14:03:51
Source code size: 162 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 347 / 52401
Version history: 3 change(s)
Referenced in: [show references]