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

11
LINES

< > BotCompany Repo | #1005536 // showRegularlyUpdatedList

JavaX fragment (include)

static JList showRegularlyUpdatedList(fS title, fO f, final int interval) {
  ret (JList) swingAndWait(func {
    final new JList list;
    showFrame(title, list);
    swingEvery(list, interval, 0, r {
      L<S> data = (L<S>) callF(f);
      fillListWithStrings(list, data);
    });
    ret list;
  });
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005536
Snippet name: showRegularlyUpdatedList
Eternal ID of this version: #1005536/1
Text MD5: 9184a0e0bfe3cadd0287763344cd1aa2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-26 15:52:18
Source code size: 315 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 449 / 432
Referenced in: [show references]