How do I import a class I wrote in a different file? All my classes are under the same package.
I see the picture, and all your classes are in the same package. So you don't have to import, you can create a new instance without the import sentence.