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

6
LINES

< > BotCompany Repo | #1030818 // jPasswordField

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

Libraryless. Click here for Pure Java version (2906L/17K).

static JPasswordField jPasswordField(S text default "") {
  ret swing(() -> {
    JPasswordField tf = new(unnull(text));
    ret tf;
  });
}

Author comment

Began life as a copy of #1005867

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030818
Snippet name: jPasswordField
Eternal ID of this version: #1030818/3
Text MD5: 5a96c4149645e5f3fd2a61fd08d2151a
Transpilation MD5: 4bfaa70957900c7ecad485b80616e95e
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-29 17:15:50
Source code size: 145 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 100 / 159
Version history: 2 change(s)
Referenced in: [show references]