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