I have 4 Classes for my project, they are (titleScreen, credits, storyScreen, and camapaign) respectively, since they are connected to each other, I don\'t know how to get i
Put your java files into a common folder, e.g. "directory", and then call javac directory/*.java from the command line.
javac directory/*.java