Juce and "custom grafic" widgets

hi !

as i am very new to juce, i wonder if its possible
to use my own “custom grafics” for the juce gui widgets
like sliders, knobs and so on …

is it possible ?

thx in advance,
matthias

Yes, you’ll need to create your own subclass of the LookAndFeel class and set it as the default look and feel.

ah ok, i see :slight_smile:

thx a lot !