static void onMouseUp(final Component c, fO r) { if (c != null) swing { c.addMouseListener(new MouseAdapter { public void mouseReleased(MouseEvent e) { if (e.getButton() == MouseEvent.BUTTON1) pcallF(r); } }); } }
Began life as a copy of #1018604
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018605 | 
| Snippet name: | onMouseUp (left button only) | 
| Eternal ID of this version: | #1018605/1 | 
| Text MD5: | 35af7656fc027ca922b7927e1679b4ae | 
| Author: | stefan | 
| Category: | javax / gui | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-10-07 16:00:58 | 
| Source code size: | 264 bytes / 10 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 552 / 600 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |