I just realized something after looking at other people's questions. In inteliJ, I can't see Person.Java, but if I open the task in code gym I can. Is there a way to view it in inteliJ or do I have to open the task in inteliJ and code gym?
Person.Java is not in inteliJ.
Resolved
Comments (2)
- Popular
- New
- Old
You must be signed in to leave a comment
Guadalupe Gagnon
29 June 2021, 16:05solution
do you have the "project" explorer opened on the left side of your screen (see pic)?
If not, then open that and you can click the interface (or class/enum) from there to bring it up to work on the code.

+3
Xavier
2 July 2021, 06:06
This worked. Thanks.
+2