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

8
LINES

< > BotCompany Repo | #1015779 // javaxSyntaxTextArea

JavaX fragment (include) [tags: use-pretranspiled]

Uses 1485K of libraries. Click here for Pure Java version (5281L/29K).

static RSyntaxTextArea javaxSyntaxTextArea() {
  ret swing(func -> RSyntaxTextArea {
    RSyntaxTextArea textArea = new RSyntaxTextArea(1, 10);
    initSyntaxTextArea(textArea);
    textArea.setSyntaxEditingStyle(SyntaxConstants.SYNTAX_STYLE_JAVA);
    ret textArea;
  });
}

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: #1015779
Snippet name: javaxSyntaxTextArea
Eternal ID of this version: #1015779/11
Text MD5: c194c381b63560e2509bae73c962572f
Transpilation MD5: 33b100a4e5316db759d51ef9d00fdeeb
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-05 23:36:21
Source code size: 281 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 359 / 452
Version history: 10 change(s)
Referenced in: [show references]