java一个监视器怎么监视两个text的内容,并同时得到两个text的字符串保存到二维数组里? 10
publicclassPoliceListen00implementsMyCommandListener{privateJTextFieldtextInput,textI...
public class PoliceListen00 implements MyCommandListener {
private JTextField textInput,textInput1;
JTextArea textShow;
新建个人通讯录 a;
Object [] b=new Object[2];
public void actionPerformed(ActionEvent e) {
String str=textInput.getText();
String str1=textInput1.getText();
System.out.println(str);
System.out.println(str1);
Succes succes=new Succes();
if(str!=null){
succes.setVisible(true);
succes.setBounds(120, 120, 500, 300);
succes.setTitle("保存成功");
}else{
succes.setVisible(false);
}
}
public void setJTextField(JTextField text) {
textInput=text;
}
public void setJTextArea(JTextArea area) {
textShow=area;
}
}
我只能得到其中一个text的内容,也就是手机号,得不到姓名。。。 展开
private JTextField textInput,textInput1;
JTextArea textShow;
新建个人通讯录 a;
Object [] b=new Object[2];
public void actionPerformed(ActionEvent e) {
String str=textInput.getText();
String str1=textInput1.getText();
System.out.println(str);
System.out.println(str1);
Succes succes=new Succes();
if(str!=null){
succes.setVisible(true);
succes.setBounds(120, 120, 500, 300);
succes.setTitle("保存成功");
}else{
succes.setVisible(false);
}
}
public void setJTextField(JTextField text) {
textInput=text;
}
public void setJTextArea(JTextArea area) {
textShow=area;
}
}
我只能得到其中一个text的内容,也就是手机号,得不到姓名。。。 展开
2015-06-05
展开全部
public class PoliceListen00 implements MyCommandListener {
给谁调用的——上面只是事件的定义,没说是在哪调用、如何调用的。
给谁调用的——上面只是事件的定义,没说是在哪调用、如何调用的。
追问
不大明白
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询