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

3
LINES

< > BotCompany Repo | #1031260 // uneditableBlackTextArea_noUndo - Uh. Why would you want undo for an uneditable text area anyway?

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

Libraryless. Click here for Pure Java version (3041L/18K).

static JTextArea uneditableBlackTextArea_noUndo(S text default "") {
  ret makeUneditableWithTextColor(Color.black, jTextArea_noUndo(text));
}

Author comment

Began life as a copy of #1031259

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031260
Snippet name: uneditableBlackTextArea_noUndo - Uh. Why would you want undo for an uneditable text area anyway?
Eternal ID of this version: #1031260/6
Text MD5: 23ab7785633c3d44eb263fa42ef2c6b1
Transpilation MD5: c5ea364bace24055b762f0b668a8072c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-25 23:43:35
Source code size: 144 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 144
Version history: 5 change(s)
Referenced in: [show references]