使用getText()方法时nullpinter的异常:

时间:2016-01-12 06:28:43

标签: java swing exception nullpointerexception

我在Frame类中构建了一个代码,并调用另一个名为search的类框架,其中包含bottun 我尝试添加此按钮操作:

           s=new Search();
           s.button_1.addActionListener(new ActionListener() {
           public void actionPerformed(ActionEvent arg) {

            String a =s.text_1.getText();
            JOptionPane.showMessageDialog(new JFrame() ,a);...

我尝试运行它,但它说

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException..

0 个答案:

没有答案