I have several components on the panel, and I want to apply different looks and different elements. Is it possible?
Yes, maybe don’t do it, because most Look and Feel have different
Color, font, front side, background
Size or preferred screen size
use other methods from the API for LayoutManager
various methods are implemented in the JCOmponents APIs, for example. Color, Font, Foreground, Background
simple answer ---> you can create awfull mess on screeen
I suggest using today's Java Look and Feels , most of them have different color themes, some of them share themes and allow you to change colors, then you can mix embedded themes and / or color themes for each of JComponents
I think that with success you can install Color, Font, Foreground, Background only, Look and Feels to get a basic knowledge of how JComponents and / with LayoutManagers work
source share