比如
Frame f=new Frame();
Label l=new Label("密码");
TextField tf=new TextField();
f.add(l);
f.add(tf);
如何设置能将tf中的内容变成*显示