hey guys...in netbeans5.5 i did the following:
I opened a new project and I added a new JFrame. after making the design, I added in the source the class Student in addition to the class NewJframe that alreay is templated. however, it gave me an error because class Student should be in a java file. I put it in a java file and i packaged it then i imported the package into the source code where NewJFrame class exists. The error is now "Package does not exist"
how to deal with this pblm???
10x