Re: Fwd: Exception in the code

2016-07-13 Thread Andy Seaborne
On 13/07/16 16:58, kumar rohit wrote: Hi I have the following code in which I want to create an instance/individual of the class Student. The student name is entered in a text box (in a button even handler). But it gives exception. _ public class NewJFram

Fwd: Exception in the code

2016-07-13 Thread kumar rohit
Hi I have the following code in which I want to create an instance/individual of the class Student. The student name is entered in a text box (in a button even handler). But it gives exception. _ public class NewJFrame extends javax.swing.JFrame { publ