Libraryless. Click here for Pure Java version (4362L/31K/106K).
1 | !7 |
2 | |
3 | static ImageSurface is1, is2; |
4 | |
5 | p-awt {
|
6 | is1 = new ImageSurface; |
7 | is2 = new ImageSurface; |
8 | showFrame(hgrid(withMargin(jscroll(is1)), withMargin(jscroll(is2; |
9 | is1.setImage(new RGBImage(10, 10, Color.black)); |
10 | is2.setImage(new RGBImage(10, 10, Color.white)); |
11 | is1.zoomToWindow(); |
12 | is2.zoomToWindow(); |
13 | } |
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: | #1006514 |
| Snippet name: | Distinguish Images [dev.] |
| Eternal ID of this version: | #1006514/1 |
| Text MD5: | 063b99be1b6c6a98fc74f65d32727805 |
| Transpilation MD5: | da2fed116c701f31fc995bb46651c601 |
| Author: | stefan |
| Category: | javax / ocr |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-01-12 20:19:13 |
| Source code size: | 322 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 741 / 847 |
| Referenced in: | [show references] |