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

10
LINES

< > BotCompany Repo | #1011119 // webToCanvas

JavaX fragment (include)

static Canvas webToCanvas(Web web) {
  ret webToCAL(web).makeCanvas();
}

// canvas may be null
static Canvas webToCanvas(Web web, Canvas canvas) {
  Canvas c = webToCanvas(web);
  awtReplaceComponent(canvas, c);
  ret c;
}

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: #1011119
Snippet name: webToCanvas
Eternal ID of this version: #1011119/3
Text MD5: 8b396603c10b06c1edede3d8e2d85fe9
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-15 17:05:43
Source code size: 232 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 365 / 387
Version history: 2 change(s)
Referenced in: [show references]