@dannytaurus said in Standard way to make icon buttons?:
is it common to have several LAF
Yes. You should make use of local look and feel where you can. The golden rule is to avoid repeating yourself, so if multiple controls can share the same laf there is no reason why they shouldn't.
For the few components that can only be styled globally you should use a single global laf object.