I'm working with the kinect on the painting example.
I restructured my folder tree to collect my .java files in something like packages for eclipse.
>src
>>doc
>>images
>>myActorPackage (includes all actor classes .java)
>>myWorldPackage (includes all world classes .java)
>>otherPackage...
.ctxt files are in the src folder.
I'm able to compile and to run the project
My Problem:
In Greenfoot i'm not able to open the class editor.
in the context menu of the class overview is the option "Open editor" disappeared.
I hope someone can help a noob...