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