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

8
LINES

< > BotCompany Repo | #1005677 // jConceptDependentLabel

JavaX fragment (include)

// makeText : func() -> S
static JLabel jConceptDependentLabel(final O makeText) {
  final JLabel l = jlabel();
  awtOnConceptChanges(l, 1000, 0, r {
    l.setText(str(callF(makeText)));
  });
  ret l;
}

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: #1005677
Snippet name: jConceptDependentLabel
Eternal ID of this version: #1005677/1
Text MD5: 7eadd0f9ae351683ce21d95ed5dd4e4e
Author: stefan
Category: javax / gui / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-02 20:20:55
Source code size: 210 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 455 / 459
Referenced in: [show references]