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

7
LINES

< > BotCompany Repo | #1006662 // disableImageSurfaceSelector

JavaX fragment (include)

static void disableImageSurfaceSelector(ImageSurface is) {
  ImageSurfaceSelector s = firstInstance(is.tools, ImageSurfaceSelector);
  if (s == null) ret;
  is.removeMouseListener(s);
  is.removeMouseMotionListener(s);
  is.tools.remove(s);
}

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: #1006662
Snippet name: disableImageSurfaceSelector
Eternal ID of this version: #1006662/2
Text MD5: 2c9f3744d62cfdb298750c8f6f47cd48
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-03-12 18:25:23
Source code size: 250 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 523 / 572
Version history: 1 change(s)
Referenced in: [show references]