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

13
LINES

< > BotCompany Repo | #1016668 // awtCalcEvery_returnComponent

JavaX fragment (include)

static <A extends JComponent> A awtCalcEvery_returnComponent(A c, int delay, int firstDelay, final O runnable) {
  awtCalcRegularly(c, delay, firstDelay, runnable);
  ret c;
}

static <A extends JComponent> A awtCalcEvery_returnComponent(A c, int delay, final O runnable) {
  awtCalcRegularly(c, delay, delay, runnable);
  ret c;
}

static <A extends JComponent> A awtCalcEvery_returnComponent(A c, double delay, final O runnable) {
  ret awtCalcEvery_returnComponent(c, toMS_int(delay), runnable);
}

Author comment

Began life as a copy of #1006705

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016668
Snippet name: awtCalcEvery_returnComponent
Eternal ID of this version: #1016668/3
Text MD5: 627c285f205cc0426af16dcf8a6f61d7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-27 13:33:10
Source code size: 514 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 307 / 357
Version history: 2 change(s)
Referenced in: [show references]