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

10
LINES

< > BotCompany Repo | #1016121 // Minimal javaxSyntaxTextArea Test [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 2805K of libraries. Click here for Pure Java version (2532L/16K).

!7

sclass MinimalSyntaxTextArea extends DynModule {
  JComponent visualize() {
    ret swing(func -> JComponent {
      RSyntaxTextArea ta = javaxSyntaxTextArea();
      ret new RTextScrollPane(ta);
    });
  }
}

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: #1016121
Snippet name: Minimal javaxSyntaxTextArea Test [Dyn Module]
Eternal ID of this version: #1016121/9
Text MD5: aa5b2159778fec82cadd6b895c2db28d
Transpilation MD5: 19401f089e1fb65bca17c84bb3d8bbe5
Author: stefan
Category: javax / gui
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-10 20:11:03
Source code size: 222 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 352 / 505
Version history: 8 change(s)
Referenced in: [show references]