1 | static void shootWindowGUI(JFrame frame) {
|
2 | showImage("Screenshot (" + frame.getTitle() + ")", shootWindow(frame));
|
3 | } |
4 | |
5 | static void shootWindowGUI(final JFrame frame, int delay) {
|
6 | awtLater(frame, delay, r { shootWindowGUI(frame) });
|
7 | } |
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: | 720 / 736 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |