Release Notes > JViews TGO 7.5 Release Notes > New Features > Project Files

A project is a combination of style sheets and a data source that supplies the data. It groups the inputs for a JViews TGO component. A project is saved as an XML file.

Loading a project file is the recommended way to configure a component in Java because it is the fastest. The following code example shows how to load a project into a network component using the method setProject.

IlpNetwork network = new IlpNetwork();
network.setProject(new URL("file:example.itpr"));

Project files can also be loaded in the equipment, table and tree components.