skip to main content
Gantt > Programmer's documentation > Developing with the JViews Gantt SDK > Deploying as an applet > Creating an applet
 
Creating an applet
The IlvGanttChart, IlvScheduleChart, and IlvResourceDataChart instances and their associated beans can be used in applets in exactly the same way as in Swing applications. The only limitations are the restricted permissions in applets, for example, it is not possible to save data files from an applet.
The AbstractExample class found in <installdir>/jviews-gantt/samples/ganttChart/src/shared/AbstractExample.java extends the Swing JApplet class and is the base class for all of the JViews Gantt samples in <installdir>/jviews-gantt/samples, except for the servlet and thinclient samples. Therefore, any of these samples can be used directly in an HTML applet tag. For an example of an applet application, see the Gantt chart sample in:
<installdir>/jviews-gantt/samples/ganttChart

Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.