I am new to this group and more importantlynew to java. I have a
class called keyboard which handles accepting input. I know how to
import it into the program, however I do not know where to stick the
file. I import it using:
import cs1.Keyboard
Is this like C++ where you put header files and source files into the
same directories? Help is appreciated in this manner.