Cult3D Java API Documentation Java Packages |
Java Packages
In some large projects it is often necessary to have Java classes in different directories on your filesystem. When putting Java files in directories it is called to put those files in a package.
When you want to structure your Cult3D Java project with Java packages, you
must let your startup class to be in the default package, (do not explicitly
tell what package your startup class is resided in). You can put any
number of the other classes in any number of Java packages.
See the enclosed Cult3D Designer documentation for screenshots and more info on this topic