Provides a simple interface for accessing the various Java3D Loaders available from Sun and third parties. Simply provide this package with a file and it will use the appropriate loader (assuming you have it in your classpath) to load the data. The package also contains a GUI Dialog to allow users to select which loaders to use for a particular file type if they have multiple loaders installed.

The package automatically determines which Java3D loaders are installed in the classpath. To load a file use simply use LoaderControl.loadFile or LoaderControl.loadFileAndWait. Both methods take a file to load and will call the LoaderControlListener when the load is complete.