Customizing GBC images

There are several methods for using images in GBC customizations.

Images for the customization are typically stored in the customization-project-dir/resources/img directory. To include images in your customization, add them to this directory and reference them in your code.

You can then add images using the following files:

The following images are special cases:

  • The favicon and emptytabbed images are hard coded into the gbc-project-dir/src/index.html file. To update the image, you need to replace that named file. See Customizing your application by replacing an image.
  • Icons for the checkbox, combobox, radio group, and table widgets are set using theme variables. See Change icons.