Posts by Usuário • 23 points
1 post
-
2
votes1
answer527
viewsQ: java.lang.Nullpointerexception in this code
This gives java.lang.Nullpointerexception error in these two classes. import javax.swing.JButton; import javax.swing.JPanel; import javax.swing.JTextArea; import javax.swing.JTextField; public class…