Graphic view configuration

JViews TGO provides support to customize the graphic representation of the objects in the different graphic components, and of the graphic components themselves by means of cascading style sheets (CSS). For details, refer to:
You can load the CSS file in the graphic view using the method setStyleSheets . The CSS is dynamically interpreted, which means that there is no need to rerun the application after changes. Once your style sheets are set, all objects currently visible in the graphic view are redecorated accordingly. For details, see Introducing cascading style sheets.