Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1007294 // Show Two Circles [WORKS]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 3874K of libraries. Click here for Pure Java version (6045L/43K/152K).

!7

p-pretty /* although that's debatable given the detailed person */ {
  final BufferedImage img1 = loadImage2(#1007291);
  final BufferedImage img2 = loadImage2(#1007292);
  showFrame(jcanvas(func(int w, int h) {
    BufferedImage bg = renderTiledBackground(#1007195, w, h);
    drawThoughtCircle(bg, img1, w/3, h/2);
    drawThoughtCircle(bg, img2, w*2/3, h/2);
    ret bg;
  }));
}

Author comment

Began life as a copy of #1007289

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: #1007294
Snippet name: Show Two Circles [WORKS]
Eternal ID of this version: #1007294/3
Text MD5: 4bc62c80aff59f35a68e66e6a91c8e68
Transpilation MD5: bb54b5b3cbbb8d9295e76fff4d2759fe
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-14 23:22:03
Source code size: 397 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 379 / 465
Version history: 2 change(s)
Referenced in: [show references]