static void shootWindowGUI(JFrame frame) { showImage("Screenshot (" + frame.getTitle() + ")", shootWindow(frame)); } static void shootWindowGUI(final JFrame frame, int delay) { awtLater(frame, delay, r { shootWindowGUI(frame) }); }
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: | #1006939 |
Snippet name: | shootWindowGUI |
Eternal ID of this version: | #1006939/5 |
Text MD5: | cdb25b59412d3e7b48c9655a988ce7fc |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-02-19 15:12:21 |
Source code size: | 244 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 504 / 508 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007179 - shootWindowGUI_external |