P_009_JTS: Packages

Packages are a great way to keep a big project organized. I’m touching upon them before classes because of the one public item per code file nature of jMonkeyEngine’s environment. I also cover the concept of “fully qualified names“, and why we can skip a bunch of type with the simple import statement.
Back to Top