Uses 3874K of libraries. Click here for Pure Java version (12090L/87K/303K).
1 | !7 |
2 | |
3 | concept TextExample { |
4 | S language, text; |
5 | } |
6 | |
7 | p-noconsole { |
8 | new SimpleCRUD<TextExample>(TextExample) { |
9 | @Override |
10 | JComponent fieldComponent(TextExample c, S field) { |
11 | if (eq(field, "text")) |
12 | ret jMinHeight(200, wrap(jTextArea(getString(c, field)))); |
13 | ret super.fieldComponent(c, field); |
14 | } |
15 | }.show(); |
16 | } |
Began life as a copy of #1007165
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: | #1007230 |
Snippet name: | Example Texts in Various Languages [WORKS] |
Eternal ID of this version: | #1007230/6 |
Text MD5: | 29285173c53494c4552e3216dc0e4179 |
Transpilation MD5: | 1615a43ec0cb3f8f0cc8cadf18173fab |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-12 16:19:44 |
Source code size: | 350 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 523 / 624 |
Version history: | 5 change(s) |
Referenced in: | [show references] |