运用java编写的小程序。部分代码:f=newFrame("电话薄");f.setSize(640,480);Panelp=newPanel();p.add(newLabel("姓名"));tf1=newTextField(10);p.add(tf1);p.add(newLabel("电话号码"));tf2=newTextField(20);p.add(tf2);b1=newButton("添加");b2=newButton(&quo