我在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..