cannot find symbol
symbol : constructor Student(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)
location: class P4.Student
Student...
Type: Posts; User: BadAnti
cannot find symbol
symbol : constructor Student(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)
location: class P4.Student
Student...
I need to instantiate a new class object from an array that I have created from user input in a JFrame. I can save the data to an array of objects but I can't create the class object with my new...