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

5
LINES

< > BotCompany Repo | #1020260 // addMouseMotionListener

JavaX fragment (include)

static void addMouseMotionListener(final JComponent c, final MouseMotionListener l) {
  if (c != null) swing {
    c.addMouseMotionListener(l);
  }
}

Author comment

Began life as a copy of #1019906

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020260
Snippet name: addMouseMotionListener
Eternal ID of this version: #1020260/1
Text MD5: a637689474ea3434709a6448e18e3832
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-11 23:40:33
Source code size: 153 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 238 / 285
Referenced in: [show references]