Customizing the predefined application

You can customize the ready-to-use application by subclassing IlvDiagrammerApplication. In the subclass, you can customize the following aspects of the application:
  • Working area: can be single-document (default) or multidocument with JDesktopPane and internal frames
  • Menu bar: default contents File, Edit, View, Options, Help
  • Edit toolbar: by default horizontally above the working area
  • View toolbar: by default vertically to the left of the working area
  • Palette toolbar (optional)
  • Tree showing data model (optional)
  • Property Sheet (optional)
  • Overview showing the whole of a (large) diagram (optional)
Runtime flags govern what is displayed at startup.