1 | // makeText : func() -> S |
2 | static JLabel jConceptDependentLabel(final O makeText) {
|
3 | final JLabel l = jlabel(); |
4 | awtOnConceptChanges(l, 1000, 0, r {
|
5 | l.setText(str(callF(makeText))); |
6 | }); |
7 | ret l; |
8 | } |
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: | 779 / 765 |
| Referenced in: | [show references] |