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

16
LINES

< > BotCompany Repo | #1007230 // Example Texts in Various Languages [WORKS]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 3874K of libraries. Click here for Pure Java version (12090L/87K/303K).

!7

concept TextExample {
  S language, text;
}

p-noconsole {
  new SimpleCRUD<TextExample>(TextExample) {
    @Override
    JComponent fieldComponent(TextExample c, S field) {
      if (eq(field, "text"))
        ret jMinHeight(200, wrap(jTextArea(getString(c, field))));
      ret super.fieldComponent(c, field);
    }
  }.show();
}

Author comment

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: 452 / 534
Version history: 5 change(s)
Referenced in: [show references]