static void drawCircle(Graphics2D g, int x, int y, int r, Color color) { g.setColor(color); g.drawOval(x-r, y-r, r*2, r*2); }
Began life as a copy of #1014983
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: | #1014990 |
| Snippet name: | drawCircle |
| Eternal ID of this version: | #1014990/1 |
| Text MD5: | 2e98f82cc4eb199b005371347911c3ff |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-06 20:16:25 |
| Source code size: | 132 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 652 / 694 |
| Referenced in: | [show references] |