Using the Designer > Next Steps After the Designer > Integrating the Project File Into an Application

A project file created with the Designer includes styling and data source information. See Integrating Your Development into an Application for more about project files and CSS style sheets.

The project file is used by an application through the IlvDiagrammer and IlvDiagrammerProject classes.

IlvDiagrammer diagrammer = new IlvDiagrammer()
diagrammer.setProject (new IlvDiagrammerProject(new 
                            URL("file:myproject.idpr")), true);

Code Sample 6.1 Typical Java Code for Including the Project File in an Application