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

9
LINES

< > BotCompany Repo | #1034001 // rSyntaxTextAreaWithSearch

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

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

static RSyntaxTextAreaWithSearch rSyntaxTextAreaWithSearch() {
  ret new RSyntaxTextAreaWithSearch;
}

static RSyntaxTextAreaWithSearch rSyntaxTextAreaWithSearch(S text) {
  var ta = rSyntaxTextAreaWithSearch();
  ta.setText(text);
  ret ta;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034001
Snippet name: rSyntaxTextAreaWithSearch
Eternal ID of this version: #1034001/7
Text MD5: f474a9278b724764f4812b8846804779
Transpilation MD5: 55b79234e8954388875c71580eef199c
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:39
Source code size: 251 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 102 / 156
Version history: 6 change(s)
Referenced in: [show references]