Never mind . . . I had a classpath problem.
> Can a class import another class from the same package?
>
[quoted text clipped - 19 lines]
> . . .
> }
Classes within the same package simply refer to each other, no import needed.
They even have greater access to each other than non-package classes do,
more even than out-of-package subclasses.
BTW, classnames (and the files that hold them) should start with an Upper-case
letter. "OneClass" and "AnotherClass". They also shouldn't have the word
"Class" in them, except as here for pedagogy.

Signature
Lew