static void showImageFromClipboard() { BufferedImage img = getImageFromClipboard(); if (img != null) showImage(img); else print("No image in clipboard."); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006183 |
| Snippet name: | showImageFromClipboard |
| Eternal ID of this version: | #1006183/1 |
| Text MD5: | 17b88a0e6518b7834ea257dbf627f309 |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-22 19:34:14 |
| Source code size: | 176 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 681 / 736 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |