Perforce JViews Gantt Sample: Gallery: Loading Designer Projects
Description
This sample shows a gallery of different Gantt and Schedule chart projects.
How to Use the Sample
- The combo boxes located on the right side of the panel let you choose the project that you want to look at.
How to Run the Sample as an Application
This sample can
be run as an application.
The installation directory contains
an executable JAR file,
gantt-gallery.jar
,
that allows you to execute the sample with a double click from a
file browser. Note that if you are using Internet Explorer, you can
open the installation directory
and execute the JAR file from the browser. This
technique may not work in other Web browsers.
Alternatively, you
can run the sample application from the command line.
First check that the Ant utility is properly configured. If not, see the
instructions on how to configure Ant for Perforce JViews.
Then, go to the installation directory
of the sample and type:
ant run
Topics Covered
-
Loading an
IlvGanttChart
or anIlvScheduleChart
project
Detailed Description
This sample shows a gallery of different Gantt and Schedule chart projects. After having launched the Gantt Gallery sample, you can select different projects. These projects can be modified by using the Gantt Chart Designer.
Installation Directory
The Gallery: Loading Designer Projects sample is installed here.
Classes Involved
Source Files
-
gallery.GalleryExample
The main class of the sample.
-
gallery.ProjectComboBox
The combo box allowing to load different projects.